Update to 7.1.0

Add a new option ANONSTATS to enable anonymous statistics collection,
off by default.
This commit is contained in:
Matthew Seaman 2017-11-17 07:37:54 +00:00
parent b22d7c74b6
commit 3d5fef6162
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=454364
3 changed files with 21 additions and 4 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= citus
PORTVERSION= 7.0.3
PORTVERSION= 7.1.0
DISTVERSIONPREFIX= v
CATEGORIES= databases
PKGNAMEPREFIX= pg_
@ -16,6 +16,12 @@ USES= gmake pgsql:9.6+ autoreconf readline
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

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1508307694
SHA256 (citusdata-citus-v7.0.3_GH0.tar.gz) = 38698986cb807309875b11f548e96b06a35390c9a3e60c233b59356faacd1663
SIZE (citusdata-citus-v7.0.3_GH0.tar.gz) = 2459522
TIMESTAMP = 1510900239
SHA256 (citusdata-citus-v7.1.0_GH0.tar.gz) = 290a905d9d7b0bc67a6a56b72fec36aedbe8e7d20aad36dfd0bdb97d938a44e3
SIZE (citusdata-citus-v7.1.0_GH0.tar.gz) = 2599530

View File

@ -41,6 +41,7 @@ include/postgresql/server/distributed/multi_utility.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_shard.h
@ -55,12 +56,14 @@ include/postgresql/server/distributed/resource_lock.h
include/postgresql/server/distributed/shard_pruning.h
include/postgresql/server/distributed/shardinterval_utils.h
include/postgresql/server/distributed/shared_library_init.h
include/postgresql/server/distributed/statistics_collection.h
include/postgresql/server/distributed/task_tracker.h
include/postgresql/server/distributed/task_tracker_protocol.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/version_compat.h
include/postgresql/server/distributed/worker_manager.h
include/postgresql/server/distributed/worker_protocol.h
include/postgresql/server/distributed/worker_transaction.h
@ -185,6 +188,7 @@ share/postgresql/extension/citus--7.0-13--7.0-14.sql
share/postgresql/extension/citus--7.0-13.sql
share/postgresql/extension/citus--7.0-14--7.0-15.sql
share/postgresql/extension/citus--7.0-14.sql
share/postgresql/extension/citus--7.0-15--7.1-1.sql
share/postgresql/extension/citus--7.0-15.sql
share/postgresql/extension/citus--7.0-2--7.0-3.sql
share/postgresql/extension/citus--7.0-2.sql
@ -202,4 +206,11 @@ share/postgresql/extension/citus--7.0-8--7.0-9.sql
share/postgresql/extension/citus--7.0-8.sql
share/postgresql/extension/citus--7.0-9--7.0-10.sql
share/postgresql/extension/citus--7.0-9.sql
share/postgresql/extension/citus--7.1-1--7.1-2.sql
share/postgresql/extension/citus--7.1-1.sql
share/postgresql/extension/citus--7.1-2--7.1-3.sql
share/postgresql/extension/citus--7.1-2.sql
share/postgresql/extension/citus--7.1-3--7.1-4.sql
share/postgresql/extension/citus--7.1-3.sql
share/postgresql/extension/citus--7.1-4.sql
share/postgresql/extension/citus.control