pgsql: Fix documentation reference to maximum allowed for autovacuum_fr - Mailing list pgsql-committers

From Kevin Grittner
Subject pgsql: Fix documentation reference to maximum allowed for autovacuum_fr
Date
Msg-id E1TDIj1-0005Bx-8p@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL8_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5010bbc2c5143a7dc894da36732e510f8ceb6b87

Modified Files
--------------
doc/src/sgml/maintenance.sgml |    4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Kevin Grittner
Date:
Subject: pgsql: Fix documentation reference to maximum allowed for autovacuum_fr
Next
From: Simon Riggs
Date:
Subject: pgsql: Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown c