aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/deparse.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2015-01-06 11:43:47 -0500
committerBruce Momjian <bruce@momjian.us>2015-01-06 11:43:47 -0500
commit4baaf863eca5412e07a8441b3b7e7482b7a8b21a (patch)
treecc846ecbd09b540bc7e8868db2dec202ff6c332e /contrib/postgres_fdw/deparse.c
parentadfc157dd91471e995f3aa72e0fb5b50ecd93575 (diff)
downloadpostgresql-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.c2
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