summaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/rewind_source.h
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/bin/pg_rewind/rewind_source.h
parent325bc54eed4ea0836a0bb715bb18342f0c1c668a (diff)
Update copyright for 2023
Backpatch-through: 11
Diffstat (limited to 'src/bin/pg_rewind/rewind_source.h')
-rw-r--r--src/bin/pg_rewind/rewind_source.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/rewind_source.h b/src/bin/pg_rewind/rewind_source.h
index 1310e86e75a..69ad0e495ff 100644
--- a/src/bin/pg_rewind/rewind_source.h
+++ b/src/bin/pg_rewind/rewind_source.h
@@ -8,7 +8,7 @@
* operations to fetch data from the source system, so that the rest of
* the code doesn't need to care what kind of a source its dealing with.
*
- * Copyright (c) 2013-2022, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2023, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/