Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Momjian2021-01-02 18:06:25 +0000
committerBruce Momjian2021-01-02 18:06:25 +0000
commitca3b37487be333a1d241dab1bbdd17a211a88f43 (patch)
tree85245c7d62c73b1a132ad0b96647abb27b85c802 /src/backend/lib/binaryheap.c
parent4d3f03f42227bb351c2021a9ccea2fff9c023cfc (diff)
Update copyright for 2021
Backpatch-through: 9.5
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 a1b4f62a71e..d54e2452991 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-2020, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2012-2021, PostgreSQL Global Development Group
*
* IDENTIFICATION
* src/backend/lib/binaryheap.c