@@ -385,7 +385,7 @@ Compatibility
385385
386386This module has been tested on:
387387
388- * ** Postgres 9.4, 9.5, 9.6, 10, 11, 12, 13, 14, 15, 16, 17**
388+ * ** Postgres 9.4, 9.5, 9.6, 10, 11, 12, 13, 14, 15, 16, 17, 18 **
389389
390390If 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!
391391
@@ -398,7 +398,7 @@ Build
398398
399399Specify versions:
400400
401- export VER=2.18
401+ export VER=2.19
402402 export PGSHRT=11
403403
404404Make sure ` Makefile ` points to the correct ` pg_config ` for the specified version, since ` rpmbuild ` doesn't respect env variables:
@@ -416,11 +416,11 @@ Execute rpmbuild:
416416
417417Install RPM:
418418
419- rpm -Uv rpmbuild/RPMS/x86_64/postgresql11-hll-2.18 .x86_64.rpm
419+ rpm -Uv rpmbuild/RPMS/x86_64/postgresql11-hll-2.19 .x86_64.rpm
420420
421421And if you want the debugging build:
422422
423- rpm -Uv rpmbuild/RPMS/x86_64/postgresql11-hll-debuginfo-2.18 .x86_64.rpm
423+ rpm -Uv rpmbuild/RPMS/x86_64/postgresql11-hll-debuginfo-2.19 .x86_64.rpm
424424
425425
426426## From source ##
@@ -471,7 +471,7 @@ And then just verify it's there:
471471 List of installed extensions
472472 Name | Version | Schema | Description
473473 ---------+---------+------------+-----------------------------------
474- hll | 2.18 | public | type for storing hyperloglog data
474+ hll | 2.19 | public | type for storing hyperloglog data
475475 plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
476476 (2 rows)
477477
0 commit comments