!364 synchronize the GUC parameter catchup2normal_wait_time to the cluster_guc.conf

Merge pull request !364 from chenxiaobin/catchup
This commit is contained in:
opengauss-bot
2020-11-03 07:58:42 +08:00
committed by Gitee

View File

@ -543,6 +543,7 @@ parallel_tuple_cost|real|0,1.79769e+308|NULL|NULL|
parallel_setup_cost|real|0,1.79769e+308|NULL|NULL|
force_parallel_mode|enum|off,on,regress|NULL|NULL|
parallel_leader_participation|bool|0,0|NULL|NULL|
catchup2normal_wait_time|int|-1,10000|ms|The maximal allowed duration for waiting from catchup to normal state.|
[gtm]
nodename|string|0,0|NULL|Name of this GTM/GTM-Standby.|
port|int|1,65535|NULL|Listen Port of GTM or GTM standby server.|