fix issue I5Y809

This commit is contained in:
jianghongbo
2022-11-09 14:59:13 +08:00
parent f2e18e3c35
commit fb749ce19b
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