!2406 修复配置文件提示max_replication_slots取值范围与实际不符的问题

Merge pull request !2406 from 蒋宏博/master
This commit is contained in:
opengauss-bot
2022-11-10 08:48:19 +00:00
committed by Gitee
2 changed files with 4 additions and 6 deletions

View File

@ -266,9 +266,8 @@ max_wal_senders = 4 # max number of walsender processes
wal_keep_segments = 16 # in logfile segments, 16MB each; 0 disables
#wal_sender_timeout = 6s # in milliseconds; 0 disables
enable_slot_log = off
max_replication_slots = 8 # max number of replication slots.i
# The value belongs to [1,7].
# (change requires restart)
max_replication_slots = 8
#max_changes_in_memory = 4096
#max_cached_tuplebufs = 8192

View File

@ -258,9 +258,8 @@ max_wal_senders = 4 # max number of walsender processes
wal_keep_segments = 16 # in logfile segments, 16MB each; 0 disables
#wal_sender_timeout = 6s # in milliseconds; 0 disables
enable_slot_log = off
max_replication_slots = 8 # max number of replication slots.i
# The value belongs to [1,7].
# (change requires restart)
max_replication_slots = 8
#max_changes_in_memory = 4096
#max_cached_tuplebufs = 8192