Skip to content

Commit 73c36fc

Browse files
authored
Merge pull request #1165 from citusdata/debian-topn-pg18
packaging for pg 18
2 parents d96dcd1 + 76c3153 commit 73c36fc

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-package.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,19 +22,18 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
platform:
25-
- debian/stretch
26-
- debian/buster
2725
- debian/bullseye
2826
- debian/bookworm
29-
- ubuntu/focal
27+
- debian/trixie
3028
- ubuntu/jammy
29+
- ubuntu/noble
3130

3231
steps:
3332
- name: Checkout repository
3433
uses: actions/checkout@v4
3534

3635
- name: Clone tools branch
37-
run: git clone -b v0.8.31 --depth=1 https://github.com/citusdata/tools.git tools
36+
run: git clone -b v0.8.35 --depth=1 https://github.com/citusdata/tools.git tools
3837

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

debian/control.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Homepage: https://github.com/citusdata/topn
1010
Package: postgresql-PGVERSION-topn
1111
Architecture: any
1212
Depends: ${shlibs:Depends}, ${misc:Depends}, postgresql-PGVERSION
13+
Breaks: ${postgresql:Breaks}
1314
Description: Counter Based Implementation for top-n Approximation
1415
This extension is used to make approximations on top-n. It uses JSONB
1516
objects to store and read the data frequency and provides a chance to

postgres-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ version_matrix:
99
- 2.6:
1010
postgres_versions: [ 11, 12, 13, 14, 15, 16 ]
1111
- 2.7:
12-
postgres_versions: [ 11, 12, 13, 14, 15, 16, 17 ]
12+
postgres_versions: [ 11, 12, 13, 14, 15, 16, 17, 18 ]

0 commit comments

Comments
 (0)