aboutsummaryrefslogtreecommitdiff
path: root/src/bin/scripts/pg_isready.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/scripts/pg_isready.c')
-rw-r--r--src/bin/scripts/pg_isready.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/scripts/pg_isready.c b/src/bin/scripts/pg_isready.c
index 1aa834742d8..64bbffb0b27 100644
--- a/src/bin/scripts/pg_isready.c
+++ b/src/bin/scripts/pg_isready.c
@@ -2,7 +2,7 @@
*
* pg_isready --- checks the status of the PostgreSQL server
*
- * Copyright (c) 2013-2022, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2023, PostgreSQL Global Development Group
*
* src/bin/scripts/pg_isready.c
*