Re: GUC flags
Justin Pryzby <pryzby@telsasoft.com>
From: Justin Pryzby <pryzby@telsasoft.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2021-12-02T05:17:34Z
Lists: pgsql-hackers
On Thu, Dec 02, 2021 at 02:11:38PM +0900, Michael Paquier wrote:
> On Wed, Dec 01, 2021 at 09:34:39PM -0600, Justin Pryzby wrote:
> >> @@ -2762,7 +2763,8 @@ static struct config_int ConfigureNamesInt[] =
> >> {"pre_auth_delay", PGC_SIGHUP, DEVELOPER_OPTIONS,
> >> - gettext_noop("Waits N seconds on connection startup before authentication."),
> >> + gettext_noop("Sets the amount of time to wait on connection "
> >> + "startup before authentication."),
> >> gettext_noop("This allows attaching a debugger to the process."),
> >
> > I wonder if these should say "Sets the amount of time to wait [before]
> > authentication during connection startup"
>
> Hmm. I don't see much a difference between both of wordings in this
> context.
I find it easier to read "wait before authentication ..." than "wait ... before
authentication".
> > BTW the EXPLAIN flag for enable_incremental_sort could be backpatched to v13.
>
> This could cause small diffs in EXPLAIN outputs, which could be
> surprising. This is not worth taking any risks.
Only if one specifies explain(SETTINGS).
It's fine either way ;)
--
Justin
Commits
-
Add TAP test to automate the equivalent of check_guc, take two
- 7265dbffad7f 15.0 landed
-
Retire src/backend/utils/misc/check_guc
- cf29a11ef646 15.0 landed
-
Add TAP test to automate the equivalent of check_guc
- b0a55f4d4ad5 15.0 landed
-
Add PostgreSQL::Test::Cluster::config_data()
- ba15f16107be 15.0 landed
-
Introduce pg_settings_get_flags() to find flags associated to a GUC
- d10e41d4238e 15.0 landed
-
Revert changes about warnings/errors for placeholders.
- cab5b9ab2c06 15.0 cited
-
Improve the description of various GUCs
- 03774f9bb304 15.0 landed