Index: head/databases/pg_citus/Makefile =================================================================== --- head/databases/pg_citus/Makefile (revision 567924) +++ head/databases/pg_citus/Makefile (revision 567925) @@ -1,32 +1,35 @@ # Created by: Matthew Seaman # $FreeBSD$ PORTNAME= citus -PORTVERSION= 9.5.4 +PORTVERSION= 10.0.2 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ MAINTAINER= matthew@FreeBSD.org COMMENT= Horizontally scale Postgresql using sharding and replication LICENSE= AGPLv3 USES= compiler:c11 gmake pgsql:11+ autoreconf readline + +LIB_DEPENDS= liblz4.so:archivers/liblz4 \ + libzstd.so:archivers/zstd WANT_PGSQL= lib server GNU_CONFIGURE= yes OPTIONS_DEFINE= ANONSTATS ANONSTATS_DESC= Enable anonymous statistics collection ANONSTATS_CONFIGURE_WITH= libcurl ANONSTATS_LIB_DEPENDS= libcurl.so:ftp/curl USE_GITHUB= yes GH_ACCOUNT= citusdata INSTALL_TARGET= install-strip MAKE_ARGS= INSTALL="${INSTALL} -c" .include Index: head/databases/pg_citus/distinfo =================================================================== --- head/databases/pg_citus/distinfo (revision 567924) +++ head/databases/pg_citus/distinfo (revision 567925) @@ -1,3 +1,3 @@ -TIMESTAMP = 1613826360 -SHA256 (citusdata-citus-v9.5.4_GH0.tar.gz) = ea99965c08d5bfc62ec4eec93517913bee2659633b9989594810511352a2f1be -SIZE (citusdata-citus-v9.5.4_GH0.tar.gz) = 4718209 +TIMESTAMP = 1615233661 +SHA256 (citusdata-citus-v10.0.2_GH0.tar.gz) = a87381db7b26078955d733270a9adfdcdf1ec5ce5a698d475d86b5e65ae6a157 +SIZE (citusdata-citus-v10.0.2_GH0.tar.gz) = 5154816 Index: head/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c =================================================================== --- head/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c (nonexistent) +++ head/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c (revision 567925) @@ -0,0 +1,10 @@ +--- src/backend/distributed/commands/multi_copy.c.orig 2021-03-09 08:26:53 UTC ++++ src/backend/distributed/commands/multi_copy.c +@@ -53,6 +53,7 @@ + + #include /* for htons */ + #include /* for htons */ ++#include + #include + + #include "distributed/pg_version_constants.h" Property changes on: head/databases/pg_citus/files/patch-src_backend_distributed_commands_multi__copy.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/databases/pg_citus/files/patch-src_backend_distributed_worker_worker__sql__task__protocol.c =================================================================== --- head/databases/pg_citus/files/patch-src_backend_distributed_worker_worker__sql__task__protocol.c (revision 567924) +++ head/databases/pg_citus/files/patch-src_backend_distributed_worker_worker__sql__task__protocol.c (revision 567925) @@ -1,10 +1,10 @@ ---- src/backend/distributed/worker/worker_sql_task_protocol.c.orig 2018-12-15 09:35:56 UTC +--- src/backend/distributed/worker/worker_sql_task_protocol.c.orig 2021-03-03 14:26:26 UTC +++ src/backend/distributed/worker/worker_sql_task_protocol.c @@ -12,6 +12,7 @@ #include "postgres.h" #include "funcapi.h" #include "pgstat.h" +#include - #include "distributed/multi_copy.h" + #include "distributed/commands/multi_copy.h" #include "distributed/multi_executor.h" Index: head/databases/pg_citus/pkg-plist =================================================================== --- head/databases/pg_citus/pkg-plist (revision 567924) +++ head/databases/pg_citus/pkg-plist (revision 567925) @@ -1,177 +1,148 @@ include/postgresql/server/citus_version.h include/postgresql/server/distributed/adaptive_executor.h include/postgresql/server/distributed/argutils.h include/postgresql/server/distributed/backend_data.h include/postgresql/server/distributed/cancel_utils.h include/postgresql/server/distributed/citus_acquire_lock.h include/postgresql/server/distributed/citus_clauses.h include/postgresql/server/distributed/citus_custom_scan.h include/postgresql/server/distributed/citus_nodefuncs.h include/postgresql/server/distributed/citus_nodes.h include/postgresql/server/distributed/citus_ruleutils.h include/postgresql/server/distributed/citus_safe_lib.h include/postgresql/server/distributed/colocation_utils.h include/postgresql/server/distributed/combine_query_planner.h include/postgresql/server/distributed/commands.h include/postgresql/server/distributed/connection_management.h include/postgresql/server/distributed/coordinator_protocol.h include/postgresql/server/distributed/cte_inline.h include/postgresql/server/distributed/deparse_shard_query.h include/postgresql/server/distributed/deparser.h include/postgresql/server/distributed/directed_acyclic_graph_execution.h include/postgresql/server/distributed/distributed_deadlock_detection.h include/postgresql/server/distributed/distributed_execution_locks.h include/postgresql/server/distributed/distributed_planner.h include/postgresql/server/distributed/distribution_column.h include/postgresql/server/distributed/enterprise.h include/postgresql/server/distributed/error_codes.h include/postgresql/server/distributed/errormessage.h include/postgresql/server/distributed/extended_op_node_utils.h include/postgresql/server/distributed/foreign_key_relationship.h include/postgresql/server/distributed/function_call_delegation.h include/postgresql/server/distributed/function_utils.h include/postgresql/server/distributed/hash_helpers.h include/postgresql/server/distributed/insert_select_executor.h include/postgresql/server/distributed/insert_select_planner.h include/postgresql/server/distributed/intermediate_result_pruning.h include/postgresql/server/distributed/intermediate_results.h include/postgresql/server/distributed/listutils.h +include/postgresql/server/distributed/local_distributed_join_planner.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 include/postgresql/server/distributed/memutils.h include/postgresql/server/distributed/metadata_cache.h include/postgresql/server/distributed/metadata_sync.h include/postgresql/server/distributed/metadata_utility.h include/postgresql/server/distributed/multi_client_executor.h include/postgresql/server/distributed/multi_executor.h include/postgresql/server/distributed/multi_explain.h include/postgresql/server/distributed/multi_join_order.h include/postgresql/server/distributed/multi_logical_optimizer.h 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_router_planner.h include/postgresql/server/distributed/multi_server_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 include/postgresql/server/distributed/pg_dist_node.h include/postgresql/server/distributed/pg_dist_node_metadata.h include/postgresql/server/distributed/pg_dist_partition.h include/postgresql/server/distributed/pg_dist_placement.h include/postgresql/server/distributed/pg_dist_rebalance_strategy.h include/postgresql/server/distributed/pg_dist_shard.h include/postgresql/server/distributed/pg_dist_transaction.h include/postgresql/server/distributed/pg_version_constants.h include/postgresql/server/distributed/placement_access.h include/postgresql/server/distributed/placement_connection.h include/postgresql/server/distributed/query_colocation_checker.h include/postgresql/server/distributed/query_pushdown_planning.h include/postgresql/server/distributed/query_stats.h include/postgresql/server/distributed/query_utils.h include/postgresql/server/distributed/recursive_planning.h include/postgresql/server/distributed/reference_table_utils.h include/postgresql/server/distributed/relation_access_tracking.h include/postgresql/server/distributed/relation_restriction_equivalence.h +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/repartition_join_execution.h include/postgresql/server/distributed/resource_lock.h include/postgresql/server/distributed/run_from_same_connection.h +include/postgresql/server/distributed/shard_cleaner.h include/postgresql/server/distributed/shard_pruning.h +include/postgresql/server/distributed/shard_rebalancer.h include/postgresql/server/distributed/shard_utils.h 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_execution_utils.h include/postgresql/server/distributed/tdigest_extension.h include/postgresql/server/distributed/time_constants.h include/postgresql/server/distributed/transaction_identifier.h include/postgresql/server/distributed/transaction_management.h include/postgresql/server/distributed/transaction_recovery.h include/postgresql/server/distributed/transmit.h include/postgresql/server/distributed/tuple_destination.h include/postgresql/server/distributed/tuplestore.h include/postgresql/server/distributed/version_compat.h include/postgresql/server/distributed/worker_create_or_replace.h include/postgresql/server/distributed/worker_log_messages.h include/postgresql/server/distributed/worker_manager.h include/postgresql/server/distributed/worker_protocol.h include/postgresql/server/distributed/worker_shard_visibility.h include/postgresql/server/distributed/worker_transaction.h lib/postgresql/citus.so -share/postgresql/extension/citus--7.0-1--7.0-2.sql -share/postgresql/extension/citus--7.0-1.sql -share/postgresql/extension/citus--7.0-10--7.0-11.sql -share/postgresql/extension/citus--7.0-11--7.0-12.sql -share/postgresql/extension/citus--7.0-12--7.0-13.sql -share/postgresql/extension/citus--7.0-13--7.0-14.sql -share/postgresql/extension/citus--7.0-14--7.0-15.sql -share/postgresql/extension/citus--7.0-15--7.1-1.sql -share/postgresql/extension/citus--7.0-2--7.0-3.sql -share/postgresql/extension/citus--7.0-3--7.0-4.sql -share/postgresql/extension/citus--7.0-4--7.0-5.sql -share/postgresql/extension/citus--7.0-5--7.0-6.sql -share/postgresql/extension/citus--7.0-6--7.0-7.sql -share/postgresql/extension/citus--7.0-7--7.0-8.sql -share/postgresql/extension/citus--7.0-8--7.0-9.sql -share/postgresql/extension/citus--7.0-9--7.0-10.sql -share/postgresql/extension/citus--7.1-1--7.1-2.sql -share/postgresql/extension/citus--7.1-2--7.1-3.sql -share/postgresql/extension/citus--7.1-3--7.1-4.sql -share/postgresql/extension/citus--7.1-4--7.2-1.sql -share/postgresql/extension/citus--7.2-1--7.2-2.sql -share/postgresql/extension/citus--7.2-2--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-2--7.3-3.sql -share/postgresql/extension/citus--7.3-3--7.4-1.sql -share/postgresql/extension/citus--7.4-1--7.4-2.sql -share/postgresql/extension/citus--7.4-2--7.4-3.sql -share/postgresql/extension/citus--7.4-3--7.5-1.sql -share/postgresql/extension/citus--7.5-1--7.5-2.sql -share/postgresql/extension/citus--7.5-2--7.5-3.sql -share/postgresql/extension/citus--7.5-3--7.5-4.sql -share/postgresql/extension/citus--7.5-4--7.5-5.sql -share/postgresql/extension/citus--7.5-5--7.5-6.sql -share/postgresql/extension/citus--7.5-6--7.5-7.sql -share/postgresql/extension/citus--7.5-7--8.0-1.sql +share/postgresql/extension/citus--10.0-1--10.0-2.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 share/postgresql/extension/citus--8.0-11--8.0-12.sql share/postgresql/extension/citus--8.0-12--8.0-13.sql share/postgresql/extension/citus--8.0-13--8.1-1.sql share/postgresql/extension/citus--8.0-2--8.0-3.sql share/postgresql/extension/citus--8.0-3--8.0-4.sql share/postgresql/extension/citus--8.0-4--8.0-5.sql share/postgresql/extension/citus--8.0-5--8.0-6.sql share/postgresql/extension/citus--8.0-6--8.0-7.sql share/postgresql/extension/citus--8.0-7--8.0-8.sql share/postgresql/extension/citus--8.0-8--8.0-9.sql share/postgresql/extension/citus--8.0-9--8.0-10.sql share/postgresql/extension/citus--8.1-1--8.2-1.sql share/postgresql/extension/citus--8.2-1--8.2-2.sql share/postgresql/extension/citus--8.2-2--8.2-3.sql share/postgresql/extension/citus--8.2-3--8.2-4.sql share/postgresql/extension/citus--8.2-4--8.3-1.sql share/postgresql/extension/citus--8.3-1--9.0-1.sql share/postgresql/extension/citus--9.0-1--9.0-2.sql share/postgresql/extension/citus--9.0-2--9.1-1.sql share/postgresql/extension/citus--9.1-1--9.2-1.sql share/postgresql/extension/citus--9.2-1--9.2-2.sql 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--9.5-1--10.0-1.sql share/postgresql/extension/citus.control