diff options
Diffstat (limited to 'src/port/system.c')
-rw-r--r-- | src/port/system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/system.c b/src/port/system.c index 6877c4edd84..a55946e0563 100644 --- a/src/port/system.c +++ b/src/port/system.c @@ -29,7 +29,7 @@ * quote character on the command line, preserving any text after the last * quote character. * - * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group * * src/port/system.c * |