Skip to content

Commit 8b9821c

Browse files
gokhangulbizhanefi
andauthored
Bump to 2.17 (#132)
* Bump to 2.17 * Typo fix * Update expected/setup.out to inclide EOL Co-authored-by: Hanefi Onaldi <[email protected]> Co-authored-by: Hanefi Onaldi <[email protected]>
1 parent 9057fe4 commit 8b9821c

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2022-08-25
2+
==========
3+
v2.17
4+
- Updated for PostgreSQL 15
5+
16
2021-09-09
27
==========
38
v2.16

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ Build
376376

377377
Specify versions:
378378

379-
export VER=2.16
379+
export VER=2.17
380380
export PGSHRT=11
381381

382382
Make sure `Makefile` points to the correct `pg_config` for the specified version, since `rpmbuild` doesn't respect env variables:
@@ -398,7 +398,7 @@ Install RPM:
398398

399399
And if you want the debugging build:
400400

401-
rpm -Uv rpmbuild/RPMS/x86_64/postgresql11-hll-debuginfo-2.16.x86_64.rpm
401+
rpm -Uv rpmbuild/RPMS/x86_64/postgresql11-hll-debuginfo-2.17.x86_64.rpm
402402

403403

404404
## From source ##
@@ -449,7 +449,7 @@ And then just verify it's there:
449449
List of installed extensions
450450
Name | Version | Schema | Description
451451
---------+---------+------------+-----------------------------------
452-
hll | 2.16 | public | type for storing hyperloglog data
452+
hll | 2.17 | public | type for storing hyperloglog data
453453
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
454454
(2 rows)
455455

expected/setup.out

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';

update/hll--2.16--2.17.sql

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-- Empty upgrade file to upgrade extension from 2.16 to 2.17

0 commit comments

Comments
 (0)