mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
databases/pg_citus: update to 10.1.0
ChageLog: https://github.com/citusdata/citus/blob/v10.1.0/CHANGELOG.md
This commit is contained in:
parent
9784cb6bec
commit
2aabab0bc4
@ -1,7 +1,7 @@
|
||||
# Created by: Matthew Seaman
|
||||
|
||||
PORTNAME= citus
|
||||
PORTVERSION= 10.0.3
|
||||
PORTVERSION= 10.1.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= pg_
|
||||
@ -11,7 +11,7 @@ COMMENT= Horizontally scale Postgresql using sharding and replication
|
||||
|
||||
LICENSE= AGPLv3
|
||||
|
||||
USES= compiler:c11 gmake pgsql:11+ autoreconf readline ssl
|
||||
USES= compiler:c11 gmake pgsql:12+ autoreconf readline ssl
|
||||
|
||||
LIB_DEPENDS= liblz4.so:archivers/liblz4 \
|
||||
libzstd.so:archivers/zstd
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1616482591
|
||||
SHA256 (citusdata-citus-v10.0.3_GH0.tar.gz) = 42fb6908eba4713704d4cd1f53b7dae3f2f51c0865d63f9dc7be6693c8d5ba40
|
||||
SIZE (citusdata-citus-v10.0.3_GH0.tar.gz) = 5165390
|
||||
TIMESTAMP = 1626515607
|
||||
SHA256 (citusdata-citus-v10.1.0_GH0.tar.gz) = 30492becc83d0ccbc14b7e25178c6931a0d3700856c7a79ce42f668f350b1caf
|
||||
SIZE (citusdata-citus-v10.1.0_GH0.tar.gz) = 5273973
|
||||
|
@ -84,6 +84,7 @@ include/postgresql/server/distributed/relation_utils.h
|
||||
include/postgresql/server/distributed/relay_utility.h
|
||||
include/postgresql/server/distributed/remote_commands.h
|
||||
include/postgresql/server/distributed/remote_transaction.h
|
||||
include/postgresql/server/distributed/repair_shards.h
|
||||
include/postgresql/server/distributed/repartition_join_execution.h
|
||||
include/postgresql/server/distributed/resource_lock.h
|
||||
include/postgresql/server/distributed/run_from_same_connection.h
|
||||
@ -116,6 +117,8 @@ include/postgresql/server/distributed/worker_transaction.h
|
||||
lib/postgresql/citus.so
|
||||
share/postgresql/extension/citus--10.0-1--10.0-2.sql
|
||||
share/postgresql/extension/citus--10.0-2--10.0-3.sql
|
||||
share/postgresql/extension/citus--10.0-3--10.0-4.sql
|
||||
share/postgresql/extension/citus--10.0-4--10.1-1.sql
|
||||
share/postgresql/extension/citus--8.0-1--8.0-2.sql
|
||||
share/postgresql/extension/citus--8.0-1.sql
|
||||
share/postgresql/extension/citus--8.0-10--8.0-11.sql
|
||||
@ -144,6 +147,10 @@ share/postgresql/extension/citus--9.2-2--9.2-4.sql
|
||||
share/postgresql/extension/citus--9.2-4--9.3-2.sql
|
||||
share/postgresql/extension/citus--9.3-1--9.2-4.sql
|
||||
share/postgresql/extension/citus--9.3-2--9.4-1.sql
|
||||
share/postgresql/extension/citus--9.4-1--9.4-2.sql
|
||||
share/postgresql/extension/citus--9.4-1--9.5-1.sql
|
||||
share/postgresql/extension/citus--9.5-1--10.0-1.sql
|
||||
share/postgresql/extension/citus--9.4-2--9.4-1.sql
|
||||
share/postgresql/extension/citus--9.5-1--10.0-4.sql
|
||||
share/postgresql/extension/citus--9.5-1--9.5-2.sql
|
||||
share/postgresql/extension/citus--9.5-2--9.5-1.sql
|
||||
share/postgresql/extension/citus.control
|
||||
|
Loading…
Reference in New Issue
Block a user