Re: describe special values in GUC descriptions more consistently
Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>
From: Ilia Evdokimov <ilya.evdokimov@tantorlabs.com>
To: Nathan Bossart <nathandbossart@gmail.com>,
"David G. Johnston" <david.g.johnston@gmail.com>
Cc: Peter Smith <smithpb2250@gmail.com>, Daniel Gustafsson <daniel@yesql.se>,
PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2025-02-17T09:50:00Z
Lists: pgsql-hackers
Attachments
- v8-0001-Standardize-parameter-descriptions-in-auto_explain.patch (text/x-patch) patch v8-0001
On 14.02.2025 19:47, Nathan Bossart wrote: > On Thu, Feb 13, 2025 at 05:01:59PM -0600, Nathan Bossart wrote: >> Okay, I took your suggestions in v7. > Committed. Thanks, David, Peter, and Daniel! > Hi, Maybe I'm being picky, but in auto_explain, the parameters log_min_duration and log_parameter_max_length do not follow the conventions we have adopted. I mean we should use numerals instead of words. I'm attaching a patch to fix this. -- Best regards, Ilia Evdokimov, Tantor Labs LLC.
Commits
-
Adjust auto_explain's GUC descriptions.
- e636da920028 18.0 landed
-
Describe special values in GUC descriptions more consistently.
- 977d865c36cc 18.0 landed