Skip to content

Commit

Permalink
update year in copyright line
Browse files Browse the repository at this point in the history
  • Loading branch information
okbob committed Jan 2, 2025
1 parent 4c1b16f commit f99929a
Show file tree
Hide file tree
Showing 17 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion src/assign.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* assign types to record variables
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/catalog.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* routines for working with Postgres's catalog and caches
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/check_expr.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* routines for enforce plans for every expr/query and
* related checks over these plans.
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/check_function.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* workhorse functionality of this extension - expression
* and query validator
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/cursors_leaks.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* detection unclosed cursors code
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/expr_walk.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* set of Query/Expr walkers
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/format.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* error/warning message formatting
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/parser.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* parse function signature
* parse identifier, and type name
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/pldbgapi2.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* enhanced debug API for plpgsql
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*
Expand Down
2 changes: 1 addition & 1 deletion src/plpgsql_check.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* enhanced checks for plpgsql functions
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*
Expand Down
2 changes: 1 addition & 1 deletion src/pragma.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* pragma related code
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/profiler.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* profiler accessories code
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/report.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* last stage checks
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/stmtwalk.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* iteration over plpgsql statements loop
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/tablefunc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* top functions - display results in table format
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/tracer.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* tracer related code
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down
2 changes: 1 addition & 1 deletion src/typdesc.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*
* deduction result tupdesc from expression
*
* by Pavel Stehule 2013-2024
* by Pavel Stehule 2013-2025
*
*-------------------------------------------------------------------------
*/
Expand Down

0 comments on commit f99929a

Please sign in to comment.