1
0
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:
Simon Riggs
2010-02-01 13:40:28 +00:00
parent 9ea9918e37
commit 296578feb4
6 changed files with 14 additions and 48 deletions

View File

@ -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 -