Thread: pgsql: Make the description of some GUCs more consistent

pgsql: Make the description of some GUCs more consistent

From
Michael Paquier
Date:
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(-)