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/hyperloglog.c
parent4d3f03f42227bb351c2021a9ccea2fff9c023cfc (diff)
Update copyright for 2021
Backpatch-through: 9.5
Diffstat (limited to 'src/backend/lib/hyperloglog.c')
-rw-r--r--src/backend/lib/hyperloglog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/lib/hyperloglog.c b/src/backend/lib/hyperloglog.c
index 351fed8186f..f4e02410adb 100644
--- a/src/backend/lib/hyperloglog.c
+++ b/src/backend/lib/hyperloglog.c
@@ -3,7 +3,7 @@
* hyperloglog.c
* HyperLogLog cardinality estimator
*
- * Portions Copyright (c) 2014-2020, PostgreSQL Global Development Group
+ * Portions Copyright (c) 2014-2021, PostgreSQL Global Development Group
*
* Based on Hideaki Ohno's C++ implementation. This is probably not ideally
* suited to estimating the cardinality of very large sets; in particular, we