File tree 4 files changed +10
-3
lines changed
4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change
1
+ 2022-08-25
2
+ ==========
3
+ v2.17
4
+ - Updated for PostgreSQL 15
5
+
1
6
2021-09-09
2
7
==========
3
8
v2.16
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ Build
376
376
377
377
Specify versions:
378
378
379
- export VER=2.16
379
+ export VER=2.17
380
380
export PGSHRT=11
381
381
382
382
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:
398
398
399
399
And if you want the debugging build:
400
400
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
402
402
403
403
404
404
## From source ##
@@ -449,7 +449,7 @@ And then just verify it's there:
449
449
List of installed extensions
450
450
Name | Version | Schema | Description
451
451
---------+---------+------------+-----------------------------------
452
- hll | 2.16 | public | type for storing hyperloglog data
452
+ hll | 2.17 | public | type for storing hyperloglog data
453
453
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
454
454
(2 rows)
455
455
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ ALTER EXTENSION hll UPDATE TO '2.13';
5
5
ALTER EXTENSION hll UPDATE TO '2.14';
6
6
ALTER EXTENSION hll UPDATE TO '2.15';
7
7
ALTER EXTENSION hll UPDATE TO '2.16';
8
+ ALTER EXTENSION hll UPDATE TO '2.17';
Original file line number Diff line number Diff line change
1
+ -- Empty upgrade file to upgrade extension from 2.16 to 2.17
You can’t perform that action at this time.
0 commit comments