mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Update to 9.5.0
ChangeLog: https://github.com/citusdata/citus/blob/v9.5.0/CHANGELOG.md
This commit is contained in:
parent
4d2f5b48e5
commit
fee6869a23
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555703
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= citus
|
||||
PORTVERSION= 9.4.2
|
||||
PORTVERSION= 9.5.0
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= databases
|
||||
PKGNAMEPREFIX= pg_
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1603360166
|
||||
SHA256 (citusdata-citus-v9.4.2_GH0.tar.gz) = 3d6210758ef26b755ac2b0b742a97ba3a4a05760736e0206e063cda20c2cb103
|
||||
SIZE (citusdata-citus-v9.4.2_GH0.tar.gz) = 4554988
|
||||
TIMESTAMP = 1605559882
|
||||
SHA256 (citusdata-citus-v9.5.0_GH0.tar.gz) = 9d9d0068587711f5c34931b34b31ce9c834e2870790fb0f13d0d5483bb3c8be2
|
||||
SIZE (citusdata-citus-v9.5.0_GH0.tar.gz) = 4703871
|
||||
|
@ -39,6 +39,7 @@ include/postgresql/server/distributed/listutils.h
|
||||
include/postgresql/server/distributed/local_executor.h
|
||||
include/postgresql/server/distributed/local_multi_copy.h
|
||||
include/postgresql/server/distributed/local_plan_cache.h
|
||||
include/postgresql/server/distributed/locally_reserved_shared_connections.h
|
||||
include/postgresql/server/distributed/lock_graph.h
|
||||
include/postgresql/server/distributed/log_utils.h
|
||||
include/postgresql/server/distributed/maintenanced.h
|
||||
@ -55,10 +56,8 @@ include/postgresql/server/distributed/multi_logical_planner.h
|
||||
include/postgresql/server/distributed/multi_partitioning_utils.h
|
||||
include/postgresql/server/distributed/multi_physical_planner.h
|
||||
include/postgresql/server/distributed/multi_progress.h
|
||||
include/postgresql/server/distributed/multi_resowner.h
|
||||
include/postgresql/server/distributed/multi_router_planner.h
|
||||
include/postgresql/server/distributed/multi_server_executor.h
|
||||
include/postgresql/server/distributed/multi_task_tracker_executor.h
|
||||
include/postgresql/server/distributed/namespace_utils.h
|
||||
include/postgresql/server/distributed/pg_dist_colocation.h
|
||||
include/postgresql/server/distributed/pg_dist_local_group.h
|
||||
@ -92,9 +91,9 @@ include/postgresql/server/distributed/shardinterval_utils.h
|
||||
include/postgresql/server/distributed/shared_connection_stats.h
|
||||
include/postgresql/server/distributed/shared_library_init.h
|
||||
include/postgresql/server/distributed/statistics_collection.h
|
||||
include/postgresql/server/distributed/string_utils.h
|
||||
include/postgresql/server/distributed/subplan_execution.h
|
||||
include/postgresql/server/distributed/task_tracker.h
|
||||
include/postgresql/server/distributed/task_tracker_protocol.h
|
||||
include/postgresql/server/distributed/task_execution_utils.h
|
||||
include/postgresql/server/distributed/tdigest_extension.h
|
||||
include/postgresql/server/distributed/time_constants.h
|
||||
include/postgresql/server/distributed/transaction_identifier.h
|
||||
@ -174,4 +173,5 @@ 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.5-1.sql
|
||||
share/postgresql/extension/citus.control
|
||||
|
Loading…
Reference in New Issue
Block a user