diff options
Diffstat (limited to 'src/port/pgstrsignal.c')
-rw-r--r-- | src/port/pgstrsignal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/port/pgstrsignal.c b/src/port/pgstrsignal.c index 8c10a760c6c..bd4add8249f 100644 --- a/src/port/pgstrsignal.c +++ b/src/port/pgstrsignal.c @@ -6,7 +6,7 @@ * On platforms compliant with modern POSIX, this just wraps strsignal(3). * Elsewhere, we do the best we can. * - * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * IDENTIFICATION |