summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorKevin Grittner <kgrittn@postgresql.org>2012-09-16 12:26:16 -0500
committerKevin Grittner <kgrittn@postgresql.org>2012-09-16 12:26:16 -0500
commit5010bbc2c5143a7dc894da36732e510f8ceb6b87 (patch)
tree98fb0ef68815018651a1b67cf6acf3fd34b9531c /doc/src
parent1e234542805401277d33f8b3fa01b7a771bb98c0 (diff)
Fix documentation reference to maximum allowed for autovacuum_freeze_max_age.
The documentation mentioned setting autovacuum_freeze_max_age to "its maximum allowed value of a little less than two billion". This led to a post asking about the exact maximum allowed value, which is precisely two billion, not "a little less". Based on question by Radovan Jablonovsky. Backpatch to 8.3.
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/maintenance.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml
index b45373885f9..c866322014e 100644
--- a/doc/src/sgml/maintenance.sgml
+++ b/doc/src/sgml/maintenance.sgml
@@ -447,8 +447,8 @@
will take more space, because it must store the commit status for all
transactions back to the <varname>autovacuum_freeze_max_age</> horizon.
The commit status uses two bits per transaction, so if
- <varname>autovacuum_freeze_max_age</> has its maximum allowed value of
- a little less than two billion, <filename>pg_clog</> can be expected to
+ <varname>autovacuum_freeze_max_age</> has its maximum allowed
+ value of two billion, <filename>pg_clog</> can be expected to
grow to about half a gigabyte. If this is trivial compared to your
total database size, setting <varname>autovacuum_freeze_max_age</> to
its maximum allowed value is recommended. Otherwise, set it depending