pgsql: Marginal comments and docs cleanup.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Marginal comments and docs cleanup.
Date: 2020-03-10 21:34:19
Message-ID: E1jBmW3-0002Hc-6q@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-03-11 00:27:07 pgsql: nbtree: Move fastpath NULL descent stack assertion.
Previous Message Peter Geoghegan 2020-03-10 21:16:47 pgsql: nbtree: Demote minus infinity "can't happen" error.