OSDN Git Service

Add vacuum_defer_cleanup_age to postgresql.conf.sample.
authorSimon Riggs <simon@2ndQuadrant.com>
Thu, 18 Mar 2010 07:01:01 +0000 (07:01 +0000)
committerSimon Riggs <simon@2ndQuadrant.com>
Thu, 18 Mar 2010 07:01:01 +0000 (07:01 +0000)
src/backend/utils/misc/postgresql.conf.sample

index b550132..e7c8bcd 100644 (file)
 #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 -