summaryrefslogtreecommitdiff
path: root/src/backend/lib/binaryheap.c
diff options
context:
space:
mode:
authorBruce Momjian2015-01-06 16:43:47 +0000
committerBruce Momjian2015-01-06 16:43:47 +0000
commit4baaf863eca5412e07a8441b3b7e7482b7a8b21a (patch)
treecc846ecbd09b540bc7e8868db2dec202ff6c332e /src/backend/lib/binaryheap.c
parentadfc157dd91471e995f3aa72e0fb5b50ecd93575 (diff)
Update copyright for 2015
Backpatch certain files through 9.0
Diffstat (limited to 'src/backend/lib/binaryheap.c')
-rw-r--r--src/backend/lib/binaryheap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/lib/binaryheap.c b/src/backend/lib/binaryheap.c
index 91555925c72..a95747fe420 100644
--- a/src/backend/lib/binaryheap.c
+++ b/src/backend/lib/binaryheap.c
@@ -3,7 +3,7 @@
* binaryheap.c
* A simple binary heap implementation
*
- * Portions Copyright (c) 2012-2014, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2015, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/lib/binaryheap.c