Skip to content

Commit

Permalink
Bump to 2.17 (#132)
Browse files Browse the repository at this point in the history
* Bump to 2.17

* Typo fix

* Update expected/setup.out to inclide EOL

Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>

Co-authored-by: Hanefi Onaldi <Hanefi.Onaldi@microsoft.com>
  • Loading branch information
gokhangulbiz and hanefi authored Aug 26, 2022
1 parent 9057fe4 commit 8b9821c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2022-08-25
==========
v2.17
- Updated for PostgreSQL 15

2021-09-09
==========
v2.16
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ Build

Specify versions:

export VER=2.16
export VER=2.17
export PGSHRT=11

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

And if you want the debugging build:

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


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

Expand Down
1 change: 1 addition & 0 deletions expected/setup.out
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ ALTER EXTENSION hll UPDATE TO '2.13';
ALTER EXTENSION hll UPDATE TO '2.14';
ALTER EXTENSION hll UPDATE TO '2.15';
ALTER EXTENSION hll UPDATE TO '2.16';
ALTER EXTENSION hll UPDATE TO '2.17';
1 change: 1 addition & 0 deletions update/hll--2.16--2.17.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
-- Empty upgrade file to upgrade extension from 2.16 to 2.17

0 comments on commit 8b9821c

Please sign in to comment.