Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Mar 2020 13:44:08 +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: r529186 - head/databases/pg_citus
Message-ID:  <202003261344.02QDi81Y075331@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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