Skip to content

Commit

Permalink
Bump pgxn to version 12.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gurkanindibay committed Nov 14, 2023
1 parent 87ff744 commit 41f9877
Show file tree
Hide file tree
Showing 2 changed files with 4 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": "12.1.0",
"version": "12.1.1",
"maintainer": "\"Citus Data\" <[email protected]>",
"license": "agpl_3",
"provides": {
"citus": {
"abstract": "Citus Distributed Database",
"file": "citus.so",
"docfile": "README.md",
"version": "12.1.0"
"version": "12.1.1"
}
},
"prereqs": {
"runtime": {
"requires": {
"PostgreSQL": "14.0.0"
"PostgreSQL": "11.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=12.1.0
pkglatest=12.1.1

0 comments on commit 41f9877

Please sign in to comment.