Skip to content

Commit f99929a

Browse files
committed
update year in copyright line
1 parent 4c1b16f commit f99929a

17 files changed

+17
-17
lines changed

src/assign.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* assign types to record variables
66
*
7-
* by Pavel Stehule 2013-2024
7+
* by Pavel Stehule 2013-2025
88
*
99
*-------------------------------------------------------------------------
1010
*/

src/catalog.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* routines for working with Postgres's catalog and caches
66
*
7-
* by Pavel Stehule 2013-2024
7+
* by Pavel Stehule 2013-2025
88
*
99
*-------------------------------------------------------------------------
1010
*/

src/check_expr.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* routines for enforce plans for every expr/query and
66
* related checks over these plans.
77
*
8-
* by Pavel Stehule 2013-2024
8+
* by Pavel Stehule 2013-2025
99
*
1010
*-------------------------------------------------------------------------
1111
*/

src/check_function.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* workhorse functionality of this extension - expression
66
* and query validator
77
*
8-
* by Pavel Stehule 2013-2024
8+
* by Pavel Stehule 2013-2025
99
*
1010
*-------------------------------------------------------------------------
1111
*/

src/cursors_leaks.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* detection unclosed cursors code
66
*
7-
* by Pavel Stehule 2013-2024
7+
* by Pavel Stehule 2013-2025
88
*
99
*-------------------------------------------------------------------------
1010
*/

src/expr_walk.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* set of Query/Expr walkers
66
*
7-
* by Pavel Stehule 2013-2024
7+
* by Pavel Stehule 2013-2025
88
*
99
*-------------------------------------------------------------------------
1010
*/

src/format.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* error/warning message formatting
66
*
7-
* by Pavel Stehule 2013-2024
7+
* by Pavel Stehule 2013-2025
88
*
99
*-------------------------------------------------------------------------
1010
*/

src/parser.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* parse function signature
66
* parse identifier, and type name
77
*
8-
* by Pavel Stehule 2013-2024
8+
* by Pavel Stehule 2013-2025
99
*
1010
*-------------------------------------------------------------------------
1111
*/

src/pldbgapi2.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* enhanced debug API for plpgsql
66
*
7-
* by Pavel Stehule 2013-2024
7+
* by Pavel Stehule 2013-2025
88
*
99
*-------------------------------------------------------------------------
1010
*

src/plpgsql_check.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* enhanced checks for plpgsql functions
66
*
7-
* by Pavel Stehule 2013-2024
7+
* by Pavel Stehule 2013-2025
88
*
99
*-------------------------------------------------------------------------
1010
*

src/pragma.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* pragma related code
66
*
7-
* by Pavel Stehule 2013-2024
7+
* by Pavel Stehule 2013-2025
88
*
99
*-------------------------------------------------------------------------
1010
*/

src/profiler.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* profiler accessories code
66
*
7-
* by Pavel Stehule 2013-2024
7+
* by Pavel Stehule 2013-2025
88
*
99
*-------------------------------------------------------------------------
1010
*/

src/report.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* last stage checks
66
*
7-
* by Pavel Stehule 2013-2024
7+
* by Pavel Stehule 2013-2025
88
*
99
*-------------------------------------------------------------------------
1010
*/

src/stmtwalk.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* iteration over plpgsql statements loop
66
*
7-
* by Pavel Stehule 2013-2024
7+
* by Pavel Stehule 2013-2025
88
*
99
*-------------------------------------------------------------------------
1010
*/

src/tablefunc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* top functions - display results in table format
66
*
7-
* by Pavel Stehule 2013-2024
7+
* by Pavel Stehule 2013-2025
88
*
99
*-------------------------------------------------------------------------
1010
*/

src/tracer.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* tracer related code
66
*
7-
* by Pavel Stehule 2013-2024
7+
* by Pavel Stehule 2013-2025
88
*
99
*-------------------------------------------------------------------------
1010
*/

src/typdesc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
*
55
* deduction result tupdesc from expression
66
*
7-
* by Pavel Stehule 2013-2024
7+
* by Pavel Stehule 2013-2025
88
*
99
*-------------------------------------------------------------------------
1010
*/

0 commit comments

Comments
 (0)