| From: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
|---|---|
| To: | pgsql-hackers(at)lists(dot)postgresql(dot)org |
| Subject: | Inconsistent GUC descriptions |
| Date: | 2025-02-18 01:32:40 |
| Message-ID: | 20250218.103240.1422205966404509831.horikyota.ntt@gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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
| Attachment | Content-Type | Size |
|---|---|---|
| 0001-Make-GUC-descriptions-consistent-1.patch | text/x-patch | 1.1 KB |
| 0002-Make-GUC-descriptions-consistent-2.patch | text/x-patch | 2.0 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2025-02-18 01:51:50 | Re: BUG #18815: Logical replication worker Segmentation fault |
| Previous Message | Hayato Kuroda (Fujitsu) | 2025-02-18 00:52:15 | RE: Enhance 'pg_createsubscriber' to retrieve databases automatically when no database is provided. |