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(-)