Skip to content

Commit d14c809

Browse files
authored
Merge pull request #144 from citusdata/Fix-Regress-Failure-and-Some
Fix regress failure and versioning related things.
2 parents 8b9821c + c4ac698 commit d14c809

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ Compatibility
363363

364364
This module has been tested on:
365365

366-
* **Postgres 9.4, 9.5, 9.6, 10, 11, 12, 13, 14**
366+
* **Postgres 9.4, 9.5, 9.6, 10, 11, 12, 13, 14, 15**
367367

368368
If you end up needing to change something to get this running on another system, send us the diff and we'll try to work it in!
369369

hll.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414

1515
# hll extension
1616
comment = 'type for storing hyperloglog data'
17-
default_version = '2.16'
17+
default_version = '2.17'
1818
module_pathname = '$libdir/hll'

sql/setup.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ ALTER EXTENSION hll UPDATE TO '2.13';
55
ALTER EXTENSION hll UPDATE TO '2.14';
66
ALTER EXTENSION hll UPDATE TO '2.15';
77
ALTER EXTENSION hll UPDATE TO '2.16';
8+
ALTER EXTENSION hll UPDATE TO '2.17';

0 commit comments

Comments
 (0)