diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2017-03-29 14:54:10 -0400 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2017-03-29 14:54:10 -0400 |
commit | 4fdb8a82e3c6aaf6ca866c92ee066b6bde82c0b8 (patch) | |
tree | 491cbfbc29b15cef8e1d20260fb821532386d265 /src | |
parent | 2fd8685e7fd9fddf16f99de1284a787d29781cc8 (diff) | |
download | postgresql-4fdb8a82e3c6aaf6ca866c92ee066b6bde82c0b8.tar.gz postgresql-4fdb8a82e3c6aaf6ca866c92ee066b6bde82c0b8.zip |
Update copyright year in recently added files
Author: Masahiko Sawada <sawada.mshk@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/replication/logical/tablesync.c | 2 | ||||
-rw-r--r-- | src/include/catalog/pg_subscription_rel.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/replication/logical/tablesync.c b/src/backend/replication/logical/tablesync.c index 3e16b0d5765..a067fe3a39b 100644 --- a/src/backend/replication/logical/tablesync.c +++ b/src/backend/replication/logical/tablesync.c @@ -2,7 +2,7 @@ * tablesync.c * PostgreSQL logical replication * - * Copyright (c) 2012-2016, PostgreSQL Global Development Group + * Copyright (c) 2012-2017, PostgreSQL Global Development Group * * IDENTIFICATION * src/backend/replication/logical/tablesync.c diff --git a/src/include/catalog/pg_subscription_rel.h b/src/include/catalog/pg_subscription_rel.h index e0cc66cb0e9..9f4f152a116 100644 --- a/src/include/catalog/pg_subscription_rel.h +++ b/src/include/catalog/pg_subscription_rel.h @@ -4,7 +4,7 @@ * Local info about tables that come from the publisher of a * subscription (pg_subscription_rel). * - * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group + * Portions Copyright (c) 1996-2017, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * ------------------------------------------------------------------------- |