update to citus-12.1.0

add TDEP on postgresql-contrib, needed for some tests
(remaining test failures appear to all be because we don't enable
ICU support in postgresql)
This commit is contained in:
sthen 2023-09-25 12:38:53 +00:00
parent 9ccd22faab
commit 802811dbe3
4 changed files with 16 additions and 5 deletions

View File

@ -2,7 +2,7 @@ COMMENT = extension to horizontally scale PostgreSQL
GH_ACCOUNT = citusdata
GH_PROJECT = citus
GH_TAGNAME = v11.3.0
GH_TAGNAME = v12.1.0
CATEGORIES = databases
HOMEPAGE = https://www.citusdata.com/
@ -19,6 +19,7 @@ LIB_DEPENDS = databases/postgresql
BUILD_DEPENDS = databases/postgresql,-server
RUN_DEPENDS = databases/postgresql,-server
TEST_DEPENDS = ${FULLPKGNAME}:${BUILD_PKGPATH} \
databases/postgresql,-contrib \
shells/bash
FAKE_TARGET = install-all

View File

@ -1,2 +1,2 @@
SHA256 (citus-11.3.0.tar.gz) = 43eYHtpBoMPe+q/D50cenxAkgt9w7aJdrJEvz3wk3xY=
SIZE (citus-11.3.0.tar.gz) = 6627414
SHA256 (citus-12.1.0.tar.gz) = zCUSLs1XF6wLFNjLqYEmXRXXHNlVIQlxzm8XTrADb5o=
SIZE (citus-12.1.0.tar.gz) = 6896809

View File

@ -5,7 +5,7 @@ building anyway.
Index: Makefile
--- Makefile.orig
+++ Makefile
@@ -68,7 +68,7 @@ check-style:
@@ -60,7 +60,7 @@ check-style:
.PHONY: reindent check-style
# depend on install-all so that downgrade scripts are installed as well

View File

@ -1,4 +1,3 @@
@bin bin/pg_send_cancellation
include/postgresql/server/citus_version.h
include/postgresql/server/distributed/
include/postgresql/server/distributed/adaptive_executor.h
@ -52,6 +51,7 @@ include/postgresql/server/distributed/lock_graph.h
include/postgresql/server/distributed/log_utils.h
include/postgresql/server/distributed/maintenanced.h
include/postgresql/server/distributed/memutils.h
include/postgresql/server/distributed/merge_executor.h
include/postgresql/server/distributed/merge_planner.h
include/postgresql/server/distributed/metadata_cache.h
include/postgresql/server/distributed/metadata_sync.h
@ -80,6 +80,7 @@ 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_schema.h
include/postgresql/server/distributed/pg_dist_shard.h
include/postgresql/server/distributed/pg_dist_transaction.h
include/postgresql/server/distributed/pg_version_constants.h
@ -98,7 +99,9 @@ include/postgresql/server/distributed/relation_utils.h
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_executor.h
include/postgresql/server/distributed/repartition_join_execution.h
include/postgresql/server/distributed/replicate_none_dist_table_shard.h
include/postgresql/server/distributed/replication_origin_session_utils.h
include/postgresql/server/distributed/resource_lock.h
include/postgresql/server/distributed/run_from_same_connection.h
@ -118,6 +121,7 @@ include/postgresql/server/distributed/string_utils.h
include/postgresql/server/distributed/subplan_execution.h
include/postgresql/server/distributed/task_execution_utils.h
include/postgresql/server/distributed/tdigest_extension.h
include/postgresql/server/distributed/tenant_schema_metadata.h
include/postgresql/server/distributed/time_constants.h
include/postgresql/server/distributed/transaction_identifier.h
include/postgresql/server/distributed/transaction_management.h
@ -173,6 +177,12 @@ share/postgresql/extension/citus--11.2-1--11.2-2.sql
share/postgresql/extension/citus--11.2-2--11.2-1.sql
share/postgresql/extension/citus--11.2-2--11.3-1.sql
share/postgresql/extension/citus--11.3-1--11.2-2.sql
share/postgresql/extension/citus--11.3-1--11.3-2.sql
share/postgresql/extension/citus--11.3-2--11.3-1.sql
share/postgresql/extension/citus--11.3-2--12.0-1.sql
share/postgresql/extension/citus--12.0-1--11.3-2.sql
share/postgresql/extension/citus--12.0-1--12.1-1.sql
share/postgresql/extension/citus--12.1-1--12.0-1.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