mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Add vacuum_defer_cleanup_age to postgresql.conf.sample.
This commit is contained in:
@ -187,6 +187,7 @@
|
|||||||
#recovery_connections = on # allows connections during recovery
|
#recovery_connections = on # allows connections during recovery
|
||||||
#max_standby_delay = 30 # max acceptable standby lag (s) to allow queries
|
#max_standby_delay = 30 # max acceptable standby lag (s) to allow queries
|
||||||
# to complete without conflict; -1 disables
|
# to complete without conflict; -1 disables
|
||||||
|
#vacuum_defer_cleanup_age = 0 # num transactions by which cleanup is deferred
|
||||||
|
|
||||||
# - Replication -
|
# - Replication -
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user