aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/common/heaptuple.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 /src/backend/access/common/heaptuple.c
parentadfc157dd91471e995f3aa72e0fb5b50ecd93575 (diff)
downloadpostgresql-4baaf863eca5412e07a8441b3b7e7482b7a8b21a.tar.gz
postgresql-4baaf863eca5412e07a8441b3b7e7482b7a8b21a.zip
Update copyright for 2015
Backpatch certain files through 9.0
Diffstat (limited to 'src/backend/access/common/heaptuple.c')
-rw-r--r--src/backend/access/common/heaptuple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/common/heaptuple.c b/src/backend/access/common/heaptuple.c
index 009ebe7a1cb..867035da7da 100644
--- a/src/backend/access/common/heaptuple.c
+++ b/src/backend/access/common/heaptuple.c
@@ -45,7 +45,7 @@
* and we'd like to still refer to them via C struct offsets.
*
*
- * Portions Copyright (c) 1996-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 1996-2015, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
*