Skip to content

Commit 13c8850

Browse files
Bump pgxn to version 12.1.6 (#1112)
* Bump pgxn to version 12.1.6 * Update PostgreSQL requirement to version 14.0.0
1 parent 8219580 commit 13c8850

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: META.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "citus",
33
"abstract": "Scalable PostgreSQL for real-time workloads",
44
"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.",
5-
"version": "12.1.5",
5+
"version": "12.1.6",
66
"maintainer": "\"Citus Data\" <[email protected]>",
77
"license": "agpl_3",
88
"provides": {
99
"citus": {
1010
"abstract": "Citus Distributed Database",
1111
"file": "citus.so",
1212
"docfile": "README.md",
13-
"version": "12.1.5"
13+
"version": "12.1.6"
1414
}
1515
},
1616
"prereqs": {

Diff for: pkgvars

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pkgname=citus
22
pkgdesc='Citus (Open-Source)'
3-
pkglatest=12.1.5
3+
pkglatest=12.1.6

0 commit comments

Comments
 (0)