Add vacuum_defer_cleanup_age to postgresql.conf.sample.

REL9_0_ALPHA5_BRANCH
Simon Riggs 16 years ago
parent 7e8a60b7c5
commit 6407fa996a
  1. 1
      src/backend/utils/misc/postgresql.conf.sample

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

Loading…
Cancel
Save