aboutsummaryrefslogtreecommitdiff
path: root/src/include/lib/binaryheap.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2018-01-02 23:30:12 -0500
committerBruce Momjian <bruce@momjian.us>2018-01-02 23:30:12 -0500
commit9d4649ca49416111aee2c84b7e4441a0b7aa2fac (patch)
treee2a7ca9692af92a1985e93cc8d9b93702b604e73 /src/include/lib/binaryheap.h
parentf9ccf92e16fc4d831d324c7f7ef347a0acdaef0a (diff)
downloadpostgresql-9d4649ca49416111aee2c84b7e4441a0b7aa2fac.tar.gz
postgresql-9d4649ca49416111aee2c84b7e4441a0b7aa2fac.zip
Update copyright for 2018
Backpatch-through: certain files through 9.3
Diffstat (limited to 'src/include/lib/binaryheap.h')
-rw-r--r--src/include/lib/binaryheap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/lib/binaryheap.h b/src/include/lib/binaryheap.h
index da7504bd55d..9399e0d60b0 100644
--- a/src/include/lib/binaryheap.h
+++ b/src/include/lib/binaryheap.h
@@ -3,7 +3,7 @@
*
* A simple binary heap implementation
*
- * Portions Copyright (c) 2012-2017, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2018, PostgreSQL Global Development Group
*
* src/include/lib/binaryheap.h
*/