aboutsummaryrefslogtreecommitdiff
path: root/src/common/wait_error.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2023-01-02 15:00:37 -0500
committerBruce Momjian <bruce@momjian.us>2023-01-02 15:00:37 -0500
commitc8e1ba736b2b9e8c98d37a5b77c4ed31baf94147 (patch)
treebc2e271d4b902b97d9dee7870b138d5750aa86db /src/common/wait_error.c
parent325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff)
downloadpostgresql-c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147.tar.gz
postgresql-c8e1ba736b2b9e8c98d37a5b77c4ed31baf94147.zip
Update copyright for 2023
Backpatch-through: 11
Diffstat (limited to 'src/common/wait_error.c')
-rw-r--r--src/common/wait_error.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/wait_error.c b/src/common/wait_error.c
index 411c8008ff0..4a3c3c61af1 100644
--- a/src/common/wait_error.c
+++ b/src/common/wait_error.c
@@ -4,7 +4,7 @@
* Convert a wait/waitpid(2) result code to a human-readable string
*
*
- * Portions Copyright (c) 1996-2022, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2023, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*