pgsql: Fix documentation for wal_summary_keep_time. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: Fix documentation for wal_summary_keep_time.
Date
Msg-id E1rNG17-000eHN-Oj@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix documentation for wal_summary_keep_time.

The documentation for this parameter lists its type as boolean, but
it is actually an integer.  Furthermore, there is no mention of how
the value is interpreted when specified without units.  This commit
fixes these oversights in commit 174c480508.

Co-authored-by: Hubert Depesz Lubaczewski
Discussion: https://postgr.es/m/ZZwkujFihO2uqKwp%40depesz.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d97ef756afcadeeb040c3f11e764d6a7179d441e

Modified Files
--------------
doc/src/sgml/config.sgml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Cross-check lists of predefined LWLocks.
Next
From: Robert Haas
Date:
Subject: pgsql: Document WAL summarization information functions.