diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-01-02 12:44:25 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-01-02 12:44:25 -0500 |
commit | 97c39498e5ca9208d3de5a443a2282923619bf91 (patch) | |
tree | d8074ce5b172fc2a52007bce178dcc9b2fa66fa5 /src/bin/pg_rewind/file_ops.c | |
parent | b6f3649bba9832cf4958dbb184dabef93dcea29c (diff) | |
download | postgresql-97c39498e5ca9208d3de5a443a2282923619bf91.tar.gz postgresql-97c39498e5ca9208d3de5a443a2282923619bf91.zip |
Update copyright for 2019
Backpatch-through: certain files through 9.4
Diffstat (limited to 'src/bin/pg_rewind/file_ops.c')
-rw-r--r-- | src/bin/pg_rewind/file_ops.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_rewind/file_ops.c b/src/bin/pg_rewind/file_ops.c index 0bd110f9b00..bbdcbe44ac9 100644 --- a/src/bin/pg_rewind/file_ops.c +++ b/src/bin/pg_rewind/file_ops.c @@ -8,7 +8,7 @@ * do nothing if it's enabled. You should avoid accessing the target files * directly but if you do, make sure you honor the --dry-run mode! * - * Portions Copyright (c) 2013-2018, PostgreSQL Global Development Group + * Portions Copyright (c) 2013-2019, PostgreSQL Global Development Group * *------------------------------------------------------------------------- */ |