From 13d342a8a6c17a69deb09ea9433a1d539e924d82 Mon Sep 17 00:00:00 2001 From: chenxiaobin19 <1025221611@qq.com> Date: Tue, 18 Jul 2023 20:11:49 +0800 Subject: [PATCH] fix ignore_standby_lsn_window/ignore_feedback_xmin_window typo --- src/bin/gs_guc/cluster_guc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/gs_guc/cluster_guc.conf b/src/bin/gs_guc/cluster_guc.conf index 67ec541d0..986e134d3 100755 --- a/src/bin/gs_guc/cluster_guc.conf +++ b/src/bin/gs_guc/cluster_guc.conf @@ -748,8 +748,8 @@ dolphin_server_port|int|1024,65535|NULL|NULL| enable_dolphin_proto|bool|0,0|NULL|NULL| enable_remote_excute|bool|0,0|NULL|NULL| light_comm|bool|0,0|NULL|NULL| -ignore_standby_lsn_window|int|0,2147483647|s|NULL| -ignore_feedback_xmin_window|int|0,2147483647|s|NULL| +ignore_standby_lsn_window|int|0,2147483647|ms|NULL| +ignore_feedback_xmin_window|int|0,2147483647|ms|NULL| [cmserver] log_dir|string|0,0|NULL|NULL| log_file_size|int|0,2047|MB|NULL|