citusdata / postgresql-hll

PostgreSQL extension adding HyperLogLog data structures as a native data type
http://blog.aggregateknowledge.com/2013/02/04/open-source-release-postgresql-hll/
Apache License 2.0
1.13k stars 116 forks source link

PostgreSQL 14 Compatibility #122

Closed kostiantyn-nemchenko closed 3 years ago

kostiantyn-nemchenko commented 3 years ago

Starting from PostgreSQL 14, the FuncnameGetCandidates function requires one more bool parameter to control whether OUT-mode arguments are ignored or not.

ghost commented 3 years ago

CLA assistant check
All CLA requirements met.

hanefi commented 3 years ago

Hi @kostiantyn-nemchenko

Thanks for your contribution. I used the commit in your PR and added 2 more commits and opened a new PR.