From owner-svn-ports-all@freebsd.org Thu Mar 26 13:44:19 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 00A5727FA02; Thu, 26 Mar 2020 13:44:19 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 48p5nF1mVKz3C3f; Thu, 26 Mar 2020 13:44:15 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 562D07073; Thu, 26 Mar 2020 13:44:09 +0000 (UTC) (envelope-from matthew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 02QDi9VL075334; Thu, 26 Mar 2020 13:44:09 GMT (envelope-from matthew@FreeBSD.org) Received: (from matthew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 02QDi81Y075331; Thu, 26 Mar 2020 13:44:08 GMT (envelope-from matthew@FreeBSD.org) Message-Id: <202003261344.02QDi81Y075331@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: matthew set sender to matthew@FreeBSD.org using -f From: Matthew Seaman Date: Thu, 26 Mar 2020 13:44:08 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r529186 - head/databases/pg_citus X-SVN-Group: ports-head X-SVN-Commit-Author: matthew X-SVN-Commit-Paths: head/databases/pg_citus X-SVN-Commit-Revision: 529186 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Mar 2020 13:44:19 -0000 Author: matthew Date: Thu Mar 26 13:44:08 2020 New Revision: 529186 URL: https://svnweb.freebsd.org/changeset/ports/529186 Log: Update to 9.2.3 ChangeLog: https://github.com/citusdata/citus/blob/v9.2.3/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 Thu Mar 26 13:21:31 2020 (r529185) +++ head/databases/pg_citus/Makefile Thu Mar 26 13:44:08 2020 (r529186) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= citus -PORTVERSION= 9.2.2 +PORTVERSION= 9.2.3 DISTVERSIONPREFIX= v CATEGORIES= databases PKGNAMEPREFIX= pg_ Modified: head/databases/pg_citus/distinfo ============================================================================== --- head/databases/pg_citus/distinfo Thu Mar 26 13:21:31 2020 (r529185) +++ head/databases/pg_citus/distinfo Thu Mar 26 13:44:08 2020 (r529186) @@ -1,3 +1,3 @@ -TIMESTAMP = 1583477865 -SHA256 (citusdata-citus-v9.2.2_GH0.tar.gz) = 8992ceaaaa1a2c1fa0fb25c9e32f5f4ec02e329681029c297004b786c6a05d87 -SIZE (citusdata-citus-v9.2.2_GH0.tar.gz) = 4304556 +TIMESTAMP = 1585206553 +SHA256 (citusdata-citus-v9.2.3_GH0.tar.gz) = fdc035e341a70eea1a2a3882ec2efcad69369eda62eff714c3e19a406d5c9842 +SIZE (citusdata-citus-v9.2.3_GH0.tar.gz) = 4407374 Modified: head/databases/pg_citus/pkg-plist ============================================================================== --- head/databases/pg_citus/pkg-plist Thu Mar 26 13:21:31 2020 (r529185) +++ head/databases/pg_citus/pkg-plist Thu Mar 26 13:44:08 2020 (r529186) @@ -9,6 +9,7 @@ include/postgresql/server/distributed/citus_custom_sca 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/commands.h include/postgresql/server/distributed/connection_management.h @@ -33,6 +34,7 @@ include/postgresql/server/distributed/intermediate_res include/postgresql/server/distributed/intermediate_results.h 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/lock_graph.h include/postgresql/server/distributed/log_utils.h include/postgresql/server/distributed/maintenanced.h @@ -81,6 +83,7 @@ include/postgresql/server/distributed/repartition_join include/postgresql/server/distributed/resource_lock.h include/postgresql/server/distributed/run_from_same_connection.h include/postgresql/server/distributed/shard_pruning.h +include/postgresql/server/distributed/shard_utils.h include/postgresql/server/distributed/shardinterval_utils.h include/postgresql/server/distributed/shared_library_init.h include/postgresql/server/distributed/statistics_collection.h @@ -159,4 +162,5 @@ 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.3-1.sql share/postgresql/extension/citus.control