diff options
author | Bruce Momjian <bruce@momjian.us> | 2015-01-06 11:43:47 -0500 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2015-01-06 11:43:47 -0500 |
commit | 4baaf863eca5412e07a8441b3b7e7482b7a8b21a (patch) | |
tree | cc846ecbd09b540bc7e8868db2dec202ff6c332e /contrib/postgres_fdw/deparse.c | |
parent | adfc157dd91471e995f3aa72e0fb5b50ecd93575 (diff) | |
download | postgresql-4baaf863eca5412e07a8441b3b7e7482b7a8b21a.tar.gz postgresql-4baaf863eca5412e07a8441b3b7e7482b7a8b21a.zip |
Update copyright for 2015
Backpatch certain files through 9.0
Diffstat (limited to 'contrib/postgres_fdw/deparse.c')
-rw-r--r-- | contrib/postgres_fdw/deparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/postgres_fdw/deparse.c b/contrib/postgres_fdw/deparse.c index a75462b02af..59cb053e4f4 100644 --- a/contrib/postgres_fdw/deparse.c +++ b/contrib/postgres_fdw/deparse.c @@ -23,7 +23,7 @@ * the foreign table's columns are not marked with collations that match the * remote table's columns, which we can consider to be user error. * - * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group + * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group * * IDENTIFICATION * contrib/postgres_fdw/deparse.c |