!2406 修复配置文件提示max_replication_slots取值范围与实际不符的问题
Merge pull request !2406 from 蒋宏博/master
This commit is contained in:
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user