Re: pgsql: Support "postgres -C" with runtime-computed GUCs

From: Andres Freund <andres(at)anarazel(dot)de>
To: Michael Paquier <michael(at)paquier(dot)xyz>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Support "postgres -C" with runtime-computed GUCs
Date: 2021-09-21 05:11:53
Message-ID: 20210921051153.slo7phuc2ddqzqn4@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Hi,

On 2021-09-21 13:42:34 +0900, Michael Paquier wrote:
> On Tue, Sep 21, 2021 at 12:47:24PM +0900, Michael Paquier wrote:
> > This would print the parameter, while getting to stderr mostly a
> > "could not start server". Would that work for you?
>
> And.. Here is an actual patch.

Cool!

> The first test works here on Win32, but I don't have a CI environment
> with an unprivileged account.

I assume it's just a typo, but the problem is the opposite, it's a
*privileged* CI account causing trouble...

> Could you check if the first case would work in your environment? If
> not, I would not mind just removing the test. I have discovered a
> separate bug thanks to it, but that's not worth breaking your case
> either.

It's running now: https://cirrus-ci.com/build/5927040688848896

If interesting I can also come up with the necessary steps to activate
it in your repo...

Greetings,

Andres Freund

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-09-21 05:33:05 Re: pgsql: Support "postgres -C" with runtime-computed GUCs
Previous Message Michael Paquier 2021-09-21 04:42:34 Re: pgsql: Support "postgres -C" with runtime-computed GUCs