File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 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+
162021-09-09
27==========
38v2.16
Original file line number Diff line number Diff line change @@ -376,7 +376,7 @@ Build
376376
377377Specify versions:
378378
379- export VER=2.16
379+ export VER=2.17
380380 export PGSHRT=11
381381
382382Make 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
399399And 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
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ ALTER EXTENSION hll UPDATE TO '2.13';
55ALTER EXTENSION hll UPDATE TO '2.14';
66ALTER EXTENSION hll UPDATE TO '2.15';
77ALTER 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