1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

Add vacuum_defer_cleanup_age to postgresql.conf.sample.

This commit is contained in:
Simon Riggs
2010-03-18 07:01:01 +00:00
parent 7e8a60b7c5
commit 6407fa996a

View File

@ -187,6 +187,7 @@
#recovery_connections = on # allows connections during recovery
#max_standby_delay = 30 # max acceptable standby lag (s) to allow queries
# to complete without conflict; -1 disables
#vacuum_defer_cleanup_age = 0 # num transactions by which cleanup is deferred
# - Replication -