pgsql: doc: Improve consistency in varlistentry attributes - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: doc: Improve consistency in varlistentry attributes
Date
Msg-id E1wdxbH-000ZY4-11@gemulon.postgresql.org
Whole thread
List pgsql-committers
doc: Improve consistency in varlistentry attributes

Use underscores consistent across the varlistentry attributes in
config.sgml. Inconsistencies found using Claude, verified by the
reporter.

Reported-by: Bill Kim <billkimjh@gmail.com>
Reviewed-by: Peter Smith <smithpb2250@gmail.com>
Discussion: https://postgr.es/m/CAMQXxchB0ZfMHyk+Ji-=s3hkqh0_XyuKiaNLRgvatvndSt3KNw@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
doc/src/sgml/config.sgml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Avoid collation lookup failure when considering a "char" column.
Next
From: Amit Langote
Date:
Subject: pgsql: Hardwire RI fast-path end-of-xact cleanup into xact.c