!3797 修复gs_guc设置ignore_standby_lsn_window/ignore_feedback_xmin_window的范围问题

Merge pull request !3797 from chenxiaobin/fixGucTypo
This commit is contained in:
opengauss_bot
2023-07-20 02:19:27 +00:00
committed by Gitee

View File

@ -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|