sync ports with The Matrix

This commit is contained in:
purplerain 2023-09-25 17:42:59 +00:00
parent 137b59ed88
commit d97ea2d955
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
49 changed files with 530 additions and 192 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

View file

@ -1,6 +1,6 @@
COMMENT = lightweight connection pooler for PostgreSQL
V = 1.20.0
V = 1.20.1
DISTNAME = pgbouncer-${V}
CATEGORIES = databases

View file

@ -1,2 +1,2 @@
SHA256 (pgbouncer-1.20.0.tar.gz) = 5w1afLi3Hdfbq/01cdcaS2uZ8uhdjXGvHnNPbYZjXw4=
SIZE (pgbouncer-1.20.0.tar.gz) = 638020
SHA256 (pgbouncer-1.20.1.tar.gz) = JJks9VfXNCbXBIaY3/x7AZ5jZNTYdXriz14kcShqIIg=
SIZE (pgbouncer-1.20.1.tar.gz) = 638844