pgsql: Make the description of some GUCs more consistent

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make the description of some GUCs more consistent
Date: 2025-02-18 23:54:09
Message-ID: E1tkXPm-0002VK-2i@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2025-02-19 00:46:38 pgsql: test_escape: Fix handling of short options in getopt_long()
Previous Message noreply 2025-02-18 22:12:29 pgsql: Tag refs/tags/REL_13_20 was created