Skip to content

Commit

Permalink
Bump pgxn to version 12.0.0 (#1064)
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay authored Jul 17, 2023
1 parent c37541b commit db14a08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions META.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
"name": "citus",
"abstract": "Scalable PostgreSQL for real-time workloads",
"description": "Citus horizontally scales PostgreSQL across commodity servers using sharding and replication. Its query engine parallelizes incoming SQL queries across these servers to enable real-time responses on large datasets.",
"version": "11.3.0",
"version": "12.0.0",
"maintainer": "\"Citus Data\" <packaging@citusdata.com>",
"license": "agpl_3",
"provides": {
"citus": {
"abstract": "Citus Distributed Database",
"file": "citus.so",
"docfile": "README.md",
"version": "11.3.0"
"version": "12.0.0"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "13.0.0"
"PostgreSQL": "14.0.0"
}
},
"test": {
Expand Down
2 changes: 1 addition & 1 deletion pkgvars
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pkgname=citus
pkgdesc='Citus (Open-Source)'
pkglatest=11.3.0
pkglatest=12.0.0
2 changes: 2 additions & 0 deletions postgres-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,5 @@ version_matrix:
postgres_versions: [13, 14]
- 11.1:
postgres_versions: [ 13, 14, 15 ]
- 12.0:
postgres_versions: [ 14, 15 ]

0 comments on commit db14a08

Please sign in to comment.