pgsql: doc: Improve consistency in varlistentry attributes

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: doc: Improve consistency in varlistentry attributes
Date: 2026-06-28 22:03:39
Message-ID: E1wdxbH-000ZY4-11@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)com>
Reviewed-by: Peter Smith <smithpb2250(at)gmail(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Langote 2026-06-29 01:25:47 pgsql: Hardwire RI fast-path end-of-xact cleanup into xact.c
Previous Message Tom Lane 2026-06-28 16:31:36 pgsql: Avoid collation lookup failure when considering a "char" column.