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_1_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/5752e1bbb2d9f553fd6211fbb47ab2b240d740f0 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
