pgsql: Make the description of some GUCs more consistent - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Make the description of some GUCs more consistent
Date
Msg-id E1tkXPm-0002VK-2i@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Make the description of some GUCs more consistent

This commit improves the description of a couple of GUCs, to be more
consistent with the style of their surroundings:
* array_nulls
* enable_self_join_elimination
* optimize_bounded_sort
* row_security
* synchronize_seqscans

Author: Kyotaro Horiguchi
Discussion: https://postgr.es/m/20250218.103240.1422205966404509831.horikyota.ntt@gmail.com

Branch
------
master

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

Modified Files
--------------
src/backend/utils/misc/guc_tables.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: noreply@postgresql.org
Date:
Subject: pgsql: Tag refs/tags/REL_17_4 was created
Next
From: Michael Paquier
Date:
Subject: pgsql: test_escape: Fix handling of short options in getopt_long()