Skip to content

Commit ed4b730

Browse files
authored
Prepare 2.6.0 with PG16 support (#66)
1 parent 5d51597 commit ed4b730

4 files changed

Lines changed: 11 additions & 2 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ matrix:
1414
- env: PGVERSION=12
1515
- env: PGVERSION=13
1616
- env: PGVERSION=14
17+
- env: PGVERSION=15
18+
- env: PGVERSION=16
1719
before_install:
1820
- bash test_data_provider
1921
- git clone -b v0.7.13 --depth 1 https://github.com/citusdata/tools.git

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
### topn v2.4.0 (August 25, 2022) ###
1+
### topn v2.6.0 (September 01, 2023) ###
2+
3+
* Adds PostgreSQL 16 support
4+
5+
### topn v2.5.0 (August 25, 2022) ###
26

37
* Adds PostgreSQL 15 support
48

topn.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# topn extension
22
comment = 'type for top-n JSONB'
3-
default_version = '2.5.0'
3+
default_version = '2.6.0'
44
module_pathname = '$libdir/topn'

update/topn--2.5.0--2.6.0.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/* topn--2.5.0--2.6.0 */
2+
3+
/* bump version to 2.6.0 */

0 commit comments

Comments
 (0)