mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
Update to 7.3.0
ChangeLog: https://github.com/citusdata/citus/blob/master/CHANGELOG.md
This commit is contained in:
parent
535c1b0de7
commit
37f87e1684
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464771
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= citus
|
||||
PORTVERSION= 7.2.1
|
||||
PORTVERSION= 7.3.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= pg_
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1518073059
|
||||
SHA256 (citusdata-citus-v7.2.1_GH0.tar.gz) = a146bf5fc5e08e0dc4dbcd79baa6c07b9829c376bf964db5aae66ff5f8c92512
|
||||
SIZE (citusdata-citus-v7.2.1_GH0.tar.gz) = 2406749
|
||||
TIMESTAMP = 1521271310
|
||||
SHA256 (citusdata-citus-v7.3.0_GH0.tar.gz) = ab07b93af3d0d30e5a7f297d9ceefa002f34965c24bcea7a05fbf588d1df83bc
|
||||
SIZE (citusdata-citus-v7.3.0_GH0.tar.gz) = 2478265
|
||||
|
@ -49,6 +49,7 @@ include/postgresql/server/distributed/pg_dist_placement.h
|
||||
include/postgresql/server/distributed/pg_dist_shard.h
|
||||
include/postgresql/server/distributed/pg_dist_transaction.h
|
||||
include/postgresql/server/distributed/placement_connection.h
|
||||
include/postgresql/server/distributed/query_colocation_checker.h
|
||||
include/postgresql/server/distributed/recursive_planning.h
|
||||
include/postgresql/server/distributed/reference_table_utils.h
|
||||
include/postgresql/server/distributed/relation_restriction_equivalence.h
|
||||
@ -223,4 +224,10 @@ share/postgresql/extension/citus--7.2-1.sql
|
||||
share/postgresql/extension/citus--7.2-2--7.2-3.sql
|
||||
share/postgresql/extension/citus--7.2-2.sql
|
||||
share/postgresql/extension/citus--7.2-3.sql
|
||||
share/postgresql/extension/citus--7.2-3--7.3-1.sql
|
||||
share/postgresql/extension/citus--7.3-1--7.3-2.sql
|
||||
share/postgresql/extension/citus--7.3-1.sql
|
||||
share/postgresql/extension/citus--7.3-2--7.3-3.sql
|
||||
share/postgresql/extension/citus--7.3-2.sql
|
||||
share/postgresql/extension/citus--7.3-3.sql
|
||||
share/postgresql/extension/citus.control
|
||||
|
Loading…
Reference in New Issue
Block a user