pgsql: Marginal comments and docs cleanup. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Marginal comments and docs cleanup.
Date
Msg-id E1jBmW3-0002Hc-6q@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Marginal comments and docs cleanup.

Fix up some imprecise comments and poor markup from ba79cb5dc.  Also try
to convert the documentation of log_min_duration_sample and friends into
passable English.

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/config.sgml             | 97 ++++++++++++++++--------------------
src/backend/nodes/params.c           | 11 ++--
src/backend/utils/mb/stringinfo_mb.c |  2 +-
3 files changed, 49 insertions(+), 61 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: pgsql: nbtree: Demote minus infinity "can't happen" error.
Next
From: Peter Geoghegan
Date:
Subject: pgsql: nbtree: Move fastpath NULL descent stack assertion.