Inconsistent GUC descriptions
Kyotaro Horiguchi <horikyota.ntt@gmail.com>
From: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Date: 2025-02-18T01:32:40Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Make the description of some GUCs more consistent
- f2e4c2b2039e 18.0 landed
Attachments
- 0001-Make-GUC-descriptions-consistent-1.patch (text/x-patch)
Hello. I found that a recent commit (fc069a3a631) introduced an inconsistent description for a new GUC variable, enable_self_join_elimination. It is written as "Enable removal of unique self-joins.", whereas similar variables use "Enables xxx". The attached first patch makes the message consistent with the typical wording. While making this fix, I also noticed four other descriptions written as "Enable xxx". The attached second patch corrects them for consistency. regards. -- Kyotaro Horiguchi NTT Open Source Software Center