]> granicus.if.org Git - postgresql/commitdiff
Fix documentation reference to maximum allowed for autovacuum_freeze_max_age.
authorKevin Grittner <kgrittn@postgresql.org>
Sun, 16 Sep 2012 16:59:50 +0000 (11:59 -0500)
committerKevin Grittner <kgrittn@postgresql.org>
Sun, 16 Sep 2012 16:59:50 +0000 (11:59 -0500)
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.

doc/src/sgml/maintenance.sgml

index ab01da166ac2064bf2dcca75c9fc56d55cbb7193..d2bd68f501ac91bec81f69b08511d55f7f353d85 100644 (file)
     will take more space, because it must store the commit status of 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</> is set to its maximum allowed value of
-    a little less than two billion, <filename>pg_clog</> can be expected to
+    <varname>autovacuum_freeze_max_age</> is set to 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