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 ------ REL9_2_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/fa41f294f6c93af78e08b3cbb976586a6804c8f4 Modified Files -------------- doc/src/sgml/maintenance.sgml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
