mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Revoke augmentation of WAL records for btree delete, per discussion.
This commit is contained in:
@ -184,9 +184,8 @@
|
||||
# - Hot Standby -
|
||||
|
||||
#recovery_connections = on # allows connections during recovery
|
||||
#minimize_standby_conflicts = on # additional WAL info to avoid conflicts
|
||||
#max_standby_delay = 30 # max acceptable standby lag (s) to help queries
|
||||
# complete without conflict; -1 disables
|
||||
#max_standby_delay = 30 # max acceptable standby lag (s) to allow queries
|
||||
# to complete without conflict; -1 disables
|
||||
|
||||
# - Replication -
|
||||
|
||||
|
Reference in New Issue
Block a user