aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_rewind/rewind_source.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2022-01-07 19:04:57 -0500
committerBruce Momjian <bruce@momjian.us>2022-01-07 19:04:57 -0500
commit27b77ecf9f4d5be211900eda54d8155ada50d696 (patch)
tree63b0c8a1c05e6fa3c0314212f64bc1cc6d26d6a6 /src/bin/pg_rewind/rewind_source.h
parentc3879a7b4c87344d804483234a7278a68e8248d9 (diff)
downloadpostgresql-27b77ecf9f4d5be211900eda54d8155ada50d696.tar.gz
postgresql-27b77ecf9f4d5be211900eda54d8155ada50d696.zip
Update copyright for 2022
Backpatch-through: 10
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 2da92dbff94..78a12eb0f33 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-2021, PostgreSQL Global Development Group
+ * Copyright (c) 2013-2022, PostgreSQL Global Development Group
*
*-------------------------------------------------------------------------
*/