Skip to content

Commit 98a05ef

Browse files
authored
Merge pull request #1164 from citusdata/redhat-hll-pg18
2.19 for pg18 support
2 parents 127d565 + 2576df0 commit 98a05ef

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: actions/checkout@v4
3232

3333
- name: Clone tools branch
34-
run: git clone -b v0.8.31 --depth=1 https://github.com/citusdata/tools.git tools
34+
run: git clone -b v0.8.35 --depth=1 https://github.com/citusdata/tools.git tools
3535

3636
- name: Install package dependencies
3737
run: sudo apt-get update && sudo apt-get install libcurl4-openssl-dev libssl-dev python3-testresources

hll.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
Summary: HyperLogLog extension for PostgreSQL
77
Name: %{sname}_%{pgmajorversion}
8-
Version: 2.18.citus
8+
Version: 2.19.citus
99
Release: 1%{dist}
1010
License: ASL 2.0
1111
Group: Applications/Databases
12-
Source0: https://github.com/citusdata/postgresql-hll/archive/v2.18.tar.gz
12+
Source0: https://github.com/citusdata/postgresql-hll/archive/v2.19.tar.gz
1313
URL: https://github.com/citusdata/postgresql-hll
1414
BuildRequires: postgresql%{pgmajorversion}-devel libxml2-devel
1515
BuildRequires: libxslt-devel openssl-devel pam-devel readline-devel
@@ -60,6 +60,9 @@ PATH=%{pginstdir}/bin:$PATH
6060
%endif
6161

6262
%changelog
63+
* Wed Feb 11 2026 - Ibrahim Halatci <ihalatci@microsoft.com> 2.19.citus-1
64+
- Support for PostgreSQL 18
65+
6366
* Fri Sep 1 2023 - Gurkan Indibay <gindibay@Microsoft.com> 2.18.citus-1
6467
- Support for PostgreSQL 16
6568

pkgvars

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
pkgname=hll
22
hubproj=postgresql-hll
33
pkgdesc=HyperLogLog
4-
pkglatest=2.18.citus-1
4+
pkglatest=2.19.citus-1

postgres-matrix.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ version_matrix:
88
postgres_versions: [ 10, 11, 12, 13, 14, 15 ]
99
- 2.18:
1010
postgres_versions: [ 11, 12, 13, 14, 15, 16, 17 ]
11+
- 2.19:
12+
postgres_versions: [16, 17, 18 ]

0 commit comments

Comments
 (0)