pgsql: Fix documentation reference to maximum allowed for autovacuum_fr

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix documentation reference to maximum allowed for autovacuum_fr
Date: 2012-09-16 17:33:43
Message-ID: E1TDIj1-0005Bo-2e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/327542645e698a4c85dde8229c21361f96688808

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

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2012-09-16 18:54:17 pgsql: Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown c
Previous Message Robert Haas 2012-09-16 12:10:38 Re: Re: [COMMITTERS] pgsql: Properly set relpersistence for fake relcache entries.