From: | Nathan Bossart <nathan(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Adjust auto_explain's GUC descriptions. |
Date: | 2025-02-28 22:06:19 |
Message-ID: | E1to8Ut-000Bup-0T@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Adjust auto_explain's GUC descriptions.
This commit adjusts auto_explain's GUC descriptions to follow the
style guidelines established by commit 977d865c36. Specifically,
it ensures the accepted special values are listed in a consistent
manner.
Author: Ilia Evdokimov <ilya(dot)evdokimov(at)tantorlabs(dot)com>
Reviewed-by: Peter Smith <smithpb2250(at)gmail(dot)com>
Discussion: https://postgr.es/m/e82d4647-ce7f-45c7-9b01-fb900a050767%40tantorlabs.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/e636da92002857c24f8b66b6ac4a47ff91803c06
Modified Files
--------------
contrib/auto_explain/auto_explain.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Sutou Kouhei | 2025-02-28 22:16:41 | Re: pgsql: Refactor COPY FROM to use format callback functions. |
Previous Message | Masahiko Sawada | 2025-02-28 20:56:19 | Re: pgsql: Refactor COPY FROM to use format callback functions. |