pgsql: Improve the description of various GUCs - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Improve the description of various GUCs
Date
Msg-id E1mswbn-00015f-G7@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve the description of various GUCs

This commit fixes a couple of inconsistencies in the descriptions of
some GUCs, while making their wording more general regarding the units
they rely on.

For most of them, this removes the use of terms like "N seconds" or "N
bytes", which may not apply easily to all the languages these strings
are translated to (from my own experience, this works in French and
English, less in Japanese).

Per debate between the authors listed below.

Author: Justin Pryzby, Michael Paquier
Discussion: https://postgr.es/m/20211129030833.GJ17618@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/03774f9bb304d49fae3379806115aaa5d1fafea2

Modified Files
--------------
src/backend/utils/misc/guc.c | 31 +++++++++++++++++++------------
1 file changed, 19 insertions(+), 12 deletions(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: pgsql: Add TAP tests for contrib/sslinfo
Next
From: Fujii Masao
Date:
Subject: pgsql: postgres_fdw: Fix unexpected reporting of empty message.