From: | Peter Smith <smithpb2250(at)gmail(dot)com> |
---|---|
To: | Nathan Bossart <nathandbossart(at)gmail(dot)com> |
Cc: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: describe special values in GUC descriptions more consistently |
Date: | 2025-02-10 23:53:18 |
Message-ID: | CAHut+Pvx599kYqZaadZuVAtiqnfZDwgRUBzM7pnzEZjSSPEpCA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Tue, Feb 11, 2025 at 9:25 AM Nathan Bossart <nathandbossart(at)gmail(dot)com> wrote:
>
> On Tue, Feb 11, 2025 at 08:29:28AM +1100, Peter Smith wrote:
> > +1 for this. Your wording examples below look good to me..
>
> Okay, how does this look?
>
> --
v2 mostly looked good to me. Just a couple of questions.
~~~
1.
{"shared_memory_size_in_huge_pages", PGC_INTERNAL, PRESET_OPTIONS,
gettext_noop("Shows the number of huge pages needed for the main
shared memory area."),
- gettext_noop("-1 indicates that the value could not be determined."),
+ gettext_noop("-1 means the value could not be determined."),
I didn't know what that meant. And the docs seem worded differently. More like:
"-1 means huge pages are not supported."
~~~
2.
- gettext_noop("An empty string indicates that \"archive_command\"
should be used.")
+ gettext_noop("An empty string means \"archive_command\" should be used.")
Should that be worded more like other ones that delegate to other GUCs:
"An empty string means use \"archive_command\"."
~~~
3.
What is the difference between "system setting" and "system default",
or should those be made the same?
======
Kind Regards,
Peter Smith.
Fujitsu Australia.
From | Date | Subject | |
---|---|---|---|
Next Message | Jonathan S. Katz | 2025-02-11 00:09:57 | 2025-02-13 release announcement draft |
Previous Message | Andres Freund | 2025-02-10 23:53:01 | Re: RFC: Allow EXPLAIN to Output Page Fault Information |