Thread: pgsql: Fix documentation for wal_summary_keep_time.

pgsql: Fix documentation for wal_summary_keep_time.

From
Nathan Bossart
Date:
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(-)