diff options
author | Simon Riggs <simon@2ndQuadrant.com> | 2010-03-18 07:01:01 +0000 |
---|---|---|
committer | Simon Riggs <simon@2ndQuadrant.com> | 2010-03-18 07:01:01 +0000 |
commit | 6407fa996a0f2a9da1fbb91fd47afe97f5743be8 (patch) | |
tree | fb3aca8874b622ab3fdf0dc10468bb3fdd71e730 /src | |
parent | 7e8a60b7c5ede78db084ce0f2d6a0234040be1eb (diff) | |
download | postgresql-6407fa996a0f2a9da1fbb91fd47afe97f5743be8.tar.gz postgresql-6407fa996a0f2a9da1fbb91fd47afe97f5743be8.zip |
Add vacuum_defer_cleanup_age to postgresql.conf.sample.
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index b550132d11a..e7c8bcde9aa 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/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 - |