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_3_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/9a699b705cce3af5e8b57a9c6b4ccfe7ba90c8db
Modified Files
--------------
doc/src/sgml/maintenance.sgml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)