Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Feb 2020 20:46:03 +0000 (UTC)
From:      Matthew Seaman <matthew@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r525966 - head/databases/pg_citus
Message-ID:  <202002122046.01CKk3WX033540@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: matthew
Date: Wed Feb 12 20:46:03 2020
New Revision: 525966
URL: https://svnweb.freebsd.org/changeset/ports/525966

Log:
  Update to 9.2.0
  
  ChangeLog:	https://github.com/citusdata/citus/blob/v9.2.0/CHANGELOG.md

Modified:
  head/databases/pg_citus/Makefile
  head/databases/pg_citus/distinfo
  head/databases/pg_citus/pkg-plist

Modified: head/databases/pg_citus/Makefile
==============================================================================
--- head/databases/pg_citus/Makefile	Wed Feb 12 20:45:26 2020	(r525965)
+++ head/databases/pg_citus/Makefile	Wed Feb 12 20:46:03 2020	(r525966)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	citus
-PORTVERSION=	9.1.2
+PORTVERSION=	9.2.0
 DISTVERSIONPREFIX=	v
 CATEGORIES=	databases
 PKGNAMEPREFIX=	pg_

Modified: head/databases/pg_citus/distinfo
==============================================================================
--- head/databases/pg_citus/distinfo	Wed Feb 12 20:45:26 2020	(r525965)
+++ head/databases/pg_citus/distinfo	Wed Feb 12 20:46:03 2020	(r525966)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1577792376
-SHA256 (citusdata-citus-v9.1.2_GH0.tar.gz) = 0f36ffc2e4e478562ca038459cb11227150b450356454fd029b078e75d28746b
-SIZE (citusdata-citus-v9.1.2_GH0.tar.gz) = 4141825
+TIMESTAMP = 1581492228
+SHA256 (citusdata-citus-v9.2.0_GH0.tar.gz) = c442b78ab1d66ce262e4e217191294f5d333f79a728608a7180cc17e3b395a40
+SIZE (citusdata-citus-v9.2.0_GH0.tar.gz) = 4287086

Modified: head/databases/pg_citus/pkg-plist
==============================================================================
--- head/databases/pg_citus/pkg-plist	Wed Feb 12 20:45:26 2020	(r525965)
+++ head/databases/pg_citus/pkg-plist	Wed Feb 12 20:46:03 2020	(r525966)
@@ -1,5 +1,8 @@
 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
@@ -9,8 +12,10 @@ include/postgresql/server/distributed/citus_ruleutils.
 include/postgresql/server/distributed/colocation_utils.h
 include/postgresql/server/distributed/commands.h
 include/postgresql/server/distributed/connection_management.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
@@ -49,12 +54,14 @@ 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/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/placement_access.h
@@ -70,6 +77,7 @@ include/postgresql/server/distributed/relation_restric
 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_pruning.h
@@ -149,4 +157,6 @@ 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.control



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002122046.01CKk3WX033540>