Update to citus 9.0.1 to work with PostgreSQL 12

This commit is contained in:
jeremy 2020-02-06 00:37:13 +00:00
parent b5569af452
commit b5620301da
3 changed files with 19 additions and 160 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.6 2019/07/12 20:43:52 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2020/02/06 00:37:13 jeremy Exp $
COMMENT = extension to horizontally scale PostgreSQL
GH_ACCOUNT = citusdata
GH_PROJECT = citus
GH_TAGNAME = v8.1.0
GH_TAGNAME = v9.0.1
CATEGORIES = databases
HOMEPAGE = https://www.citusdata.com/

View File

@ -1,2 +1,2 @@
SHA256 (citus-8.1.0.tar.gz) = MNP1HXcIB567StmDoMauqRfBHv6TW/++M3JGZ2vjaO0=
SIZE (citus-8.1.0.tar.gz) = 2820006
SHA256 (citus-9.0.1.tar.gz) = u2mD9nDg9Ww3JQvvMgzVpq8hpfF3KLM0LmYISqMwfE8=
SIZE (citus-9.0.1.tar.gz) = 4232025

View File

@ -1,7 +1,8 @@
@comment $OpenBSD: PLIST,v 1.3 2019/02/19 05:14:54 jeremy Exp $
@comment $OpenBSD: PLIST,v 1.4 2020/02/06 00:37:13 jeremy Exp $
include/postgresql/server/citus_version.h
include/postgresql/server/distributed/
include/postgresql/server/distributed/backend_data.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
@ -11,22 +12,27 @@ include/postgresql/server/distributed/colocation_utils.h
include/postgresql/server/distributed/commands.h
include/postgresql/server/distributed/connection_management.h
include/postgresql/server/distributed/deparse_shard_query.h
include/postgresql/server/distributed/deparser.h
include/postgresql/server/distributed/distributed_deadlock_detection.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/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_results.h
include/postgresql/server/distributed/listutils.h
include/postgresql/server/distributed/local_executor.h
include/postgresql/server/distributed/lock_graph.h
include/postgresql/server/distributed/maintenanced.h
include/postgresql/server/distributed/master_metadata_utility.h
include/postgresql/server/distributed/master_protocol.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/multi_client_executor.h
@ -76,214 +82,67 @@ 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/tuplestore.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_shard_visibility.h
include/postgresql/server/distributed/worker_transaction.h
lib/postgresql/citus.so
share/postgresql/extension/citus--5.0--5.0-1.sql
share/postgresql/extension/citus--5.0-1--5.0-2.sql
share/postgresql/extension/citus--5.0-1.sql
share/postgresql/extension/citus--5.0-2--5.1-1.sql
share/postgresql/extension/citus--5.0-2.sql
share/postgresql/extension/citus--5.0.sql
share/postgresql/extension/citus--5.1-1--5.1-2.sql
share/postgresql/extension/citus--5.1-1.sql
share/postgresql/extension/citus--5.1-2--5.1-3.sql
share/postgresql/extension/citus--5.1-2.sql
share/postgresql/extension/citus--5.1-3--5.1-4.sql
share/postgresql/extension/citus--5.1-3.sql
share/postgresql/extension/citus--5.1-4--5.1-5.sql
share/postgresql/extension/citus--5.1-4.sql
share/postgresql/extension/citus--5.1-5--5.1-6.sql
share/postgresql/extension/citus--5.1-5.sql
share/postgresql/extension/citus--5.1-6--5.1-7.sql
share/postgresql/extension/citus--5.1-6.sql
share/postgresql/extension/citus--5.1-7--5.1-8.sql
share/postgresql/extension/citus--5.1-7.sql
share/postgresql/extension/citus--5.1-8--5.2-1.sql
share/postgresql/extension/citus--5.1-8.sql
share/postgresql/extension/citus--5.2-1--5.2-2.sql
share/postgresql/extension/citus--5.2-1.sql
share/postgresql/extension/citus--5.2-2--5.2-3.sql
share/postgresql/extension/citus--5.2-2.sql
share/postgresql/extension/citus--5.2-3--5.2-4.sql
share/postgresql/extension/citus--5.2-3.sql
share/postgresql/extension/citus--5.2-4--6.0-1.sql
share/postgresql/extension/citus--5.2-4.sql
share/postgresql/extension/citus--6.0-1--6.0-2.sql
share/postgresql/extension/citus--6.0-1.sql
share/postgresql/extension/citus--6.0-10--6.0-11.sql
share/postgresql/extension/citus--6.0-10.sql
share/postgresql/extension/citus--6.0-11--6.0-12.sql
share/postgresql/extension/citus--6.0-11.sql
share/postgresql/extension/citus--6.0-12--6.0-13.sql
share/postgresql/extension/citus--6.0-12.sql
share/postgresql/extension/citus--6.0-13--6.0-14.sql
share/postgresql/extension/citus--6.0-13.sql
share/postgresql/extension/citus--6.0-14--6.0-15.sql
share/postgresql/extension/citus--6.0-14.sql
share/postgresql/extension/citus--6.0-15--6.0-16.sql
share/postgresql/extension/citus--6.0-15.sql
share/postgresql/extension/citus--6.0-16--6.0-17.sql
share/postgresql/extension/citus--6.0-16.sql
share/postgresql/extension/citus--6.0-17--6.0-18.sql
share/postgresql/extension/citus--6.0-17.sql
share/postgresql/extension/citus--6.0-18--6.1-1.sql
share/postgresql/extension/citus--6.0-18.sql
share/postgresql/extension/citus--6.0-2--6.0-3.sql
share/postgresql/extension/citus--6.0-2.sql
share/postgresql/extension/citus--6.0-3--6.0-4.sql
share/postgresql/extension/citus--6.0-3.sql
share/postgresql/extension/citus--6.0-4--6.0-5.sql
share/postgresql/extension/citus--6.0-4.sql
share/postgresql/extension/citus--6.0-5--6.0-6.sql
share/postgresql/extension/citus--6.0-5.sql
share/postgresql/extension/citus--6.0-6--6.0-7.sql
share/postgresql/extension/citus--6.0-6.sql
share/postgresql/extension/citus--6.0-7--6.0-8.sql
share/postgresql/extension/citus--6.0-7.sql
share/postgresql/extension/citus--6.0-8--6.0-9.sql
share/postgresql/extension/citus--6.0-8.sql
share/postgresql/extension/citus--6.0-9--6.0-10.sql
share/postgresql/extension/citus--6.0-9.sql
share/postgresql/extension/citus--6.1-1--6.1-2.sql
share/postgresql/extension/citus--6.1-1.sql
share/postgresql/extension/citus--6.1-10--6.1-11.sql
share/postgresql/extension/citus--6.1-10.sql
share/postgresql/extension/citus--6.1-11--6.1-12.sql
share/postgresql/extension/citus--6.1-11.sql
share/postgresql/extension/citus--6.1-12--6.1-13.sql
share/postgresql/extension/citus--6.1-12.sql
share/postgresql/extension/citus--6.1-13--6.1-14.sql
share/postgresql/extension/citus--6.1-13.sql
share/postgresql/extension/citus--6.1-14--6.1-15.sql
share/postgresql/extension/citus--6.1-14.sql
share/postgresql/extension/citus--6.1-15--6.1-16.sql
share/postgresql/extension/citus--6.1-15.sql
share/postgresql/extension/citus--6.1-16--6.1-17.sql
share/postgresql/extension/citus--6.1-16.sql
share/postgresql/extension/citus--6.1-17--6.2-1.sql
share/postgresql/extension/citus--6.1-17.sql
share/postgresql/extension/citus--6.1-2--6.1-3.sql
share/postgresql/extension/citus--6.1-2.sql
share/postgresql/extension/citus--6.1-3--6.1-4.sql
share/postgresql/extension/citus--6.1-3.sql
share/postgresql/extension/citus--6.1-4--6.1-5.sql
share/postgresql/extension/citus--6.1-4.sql
share/postgresql/extension/citus--6.1-5--6.1-6.sql
share/postgresql/extension/citus--6.1-5.sql
share/postgresql/extension/citus--6.1-6--6.1-7.sql
share/postgresql/extension/citus--6.1-6.sql
share/postgresql/extension/citus--6.1-7--6.1-8.sql
share/postgresql/extension/citus--6.1-7.sql
share/postgresql/extension/citus--6.1-8--6.1-9.sql
share/postgresql/extension/citus--6.1-8.sql
share/postgresql/extension/citus--6.1-9--6.1-10.sql
share/postgresql/extension/citus--6.1-9.sql
share/postgresql/extension/citus--6.2-1--6.2-2.sql
share/postgresql/extension/citus--6.2-1.sql
share/postgresql/extension/citus--6.2-2--6.2-3.sql
share/postgresql/extension/citus--6.2-2.sql
share/postgresql/extension/citus--6.2-3--6.2-4.sql
share/postgresql/extension/citus--6.2-3.sql
share/postgresql/extension/citus--6.2-4--7.0-1.sql
share/postgresql/extension/citus--6.2-4.sql
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-10.sql
share/postgresql/extension/citus--7.0-11--7.0-12.sql
share/postgresql/extension/citus--7.0-11.sql
share/postgresql/extension/citus--7.0-12--7.0-13.sql
share/postgresql/extension/citus--7.0-12.sql
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
share/postgresql/extension/citus--7.0-3--7.0-4.sql
share/postgresql/extension/citus--7.0-3.sql
share/postgresql/extension/citus--7.0-4--7.0-5.sql
share/postgresql/extension/citus--7.0-4.sql
share/postgresql/extension/citus--7.0-5--7.0-6.sql
share/postgresql/extension/citus--7.0-5.sql
share/postgresql/extension/citus--7.0-6--7.0-7.sql
share/postgresql/extension/citus--7.0-6.sql
share/postgresql/extension/citus--7.0-7--7.0-8.sql
share/postgresql/extension/citus--7.0-7.sql
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--7.2-1.sql
share/postgresql/extension/citus--7.1-4.sql
share/postgresql/extension/citus--7.2-1--7.2-2.sql
share/postgresql/extension/citus--7.2-1.sql
share/postgresql/extension/citus--7.2-2--7.2-3.sql
share/postgresql/extension/citus--7.2-2.sql
share/postgresql/extension/citus--7.2-3--7.3-1.sql
share/postgresql/extension/citus--7.2-3.sql
share/postgresql/extension/citus--7.3-1--7.3-2.sql
share/postgresql/extension/citus--7.3-1.sql
share/postgresql/extension/citus--7.3-2--7.3-3.sql
share/postgresql/extension/citus--7.3-2.sql
share/postgresql/extension/citus--7.3-3--7.4-1.sql
share/postgresql/extension/citus--7.3-3.sql
share/postgresql/extension/citus--7.4-1--7.4-2.sql
share/postgresql/extension/citus--7.4-1.sql
share/postgresql/extension/citus--7.4-2--7.4-3.sql
share/postgresql/extension/citus--7.4-2.sql
share/postgresql/extension/citus--7.4-3--7.5-1.sql
share/postgresql/extension/citus--7.4-3.sql
share/postgresql/extension/citus--7.5-1--7.5-2.sql
share/postgresql/extension/citus--7.5-1.sql
share/postgresql/extension/citus--7.5-2--7.5-3.sql
share/postgresql/extension/citus--7.5-2.sql
share/postgresql/extension/citus--7.5-3--7.5-4.sql
share/postgresql/extension/citus--7.5-3.sql
share/postgresql/extension/citus--7.5-4--7.5-5.sql
share/postgresql/extension/citus--7.5-4.sql
share/postgresql/extension/citus--7.5-5--7.5-6.sql
share/postgresql/extension/citus--7.5-5.sql
share/postgresql/extension/citus--7.5-6--7.5-7.sql
share/postgresql/extension/citus--7.5-6.sql
share/postgresql/extension/citus--7.5-7--8.0-1.sql
share/postgresql/extension/citus--7.5-7.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-10.sql
share/postgresql/extension/citus--8.0-11--8.0-12.sql
share/postgresql/extension/citus--8.0-11.sql
share/postgresql/extension/citus--8.0-12--8.0-13.sql
share/postgresql/extension/citus--8.0-12.sql
share/postgresql/extension/citus--8.0-13--8.1-1.sql
share/postgresql/extension/citus--8.0-13.sql
share/postgresql/extension/citus--8.0-2--8.0-3.sql
share/postgresql/extension/citus--8.0-2.sql
share/postgresql/extension/citus--8.0-3--8.0-4.sql
share/postgresql/extension/citus--8.0-3.sql
share/postgresql/extension/citus--8.0-4--8.0-5.sql
share/postgresql/extension/citus--8.0-4.sql
share/postgresql/extension/citus--8.0-5--8.0-6.sql
share/postgresql/extension/citus--8.0-5.sql
share/postgresql/extension/citus--8.0-6--8.0-7.sql
share/postgresql/extension/citus--8.0-6.sql
share/postgresql/extension/citus--8.0-7--8.0-8.sql
share/postgresql/extension/citus--8.0-7.sql
share/postgresql/extension/citus--8.0-8--8.0-9.sql
share/postgresql/extension/citus--8.0-8.sql
share/postgresql/extension/citus--8.0-9--8.0-10.sql
share/postgresql/extension/citus--8.0-9.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.control