Skip to content

Commit 13c8850

Browse files
author
Gürkan İndibay
authored
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

META.json

Lines changed: 2 additions & 2 deletions
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\" <packaging@citusdata.com>",
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": {

pkgvars

Lines changed: 1 addition & 1 deletion
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)