From 60df5b072d51c7ad419c39452695d25d8a88f524 Mon Sep 17 00:00:00 2001 From: bowenliu Date: Mon, 4 Sep 2023 20:02:12 +0800 Subject: [PATCH] fix ss txnstatus cache size guc --- src/bin/gs_guc/cluster_guc.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/src/bin/gs_guc/cluster_guc.conf b/src/bin/gs_guc/cluster_guc.conf index 321353905..c58764948 100755 --- a/src/bin/gs_guc/cluster_guc.conf +++ b/src/bin/gs_guc/cluster_guc.conf @@ -754,6 +754,7 @@ light_comm|bool|0,0|NULL|NULL| ignore_standby_lsn_window|int|0,2147483647|ms|NULL| ignore_feedback_xmin_window|int|0,2147483647|ms|NULL| ss_enable_bcast_snapshot|bool|0,0|NULL|NULL| +ss_txnstatus_cache_size|int|0,524288|NULL|NULL| subscription_conflict_resolution|enum|error,apply_remote,keep_local|NULL|NULL| time_record_level|int|0,10|NULL|NULL| [cmserver]