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

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

  1. Adjust auto_explain's GUC descriptions.

  2. Describe special values in GUC descriptions more consistently.