public inbox for [email protected]
help / color / mirror / Atom feedFrom: Peter Eisentraut <[email protected]>
To: Alvaro Herrera <[email protected]>
Cc: pgsql-hackers <[email protected]>
Subject: Re: pgindent vs. git whitespace check
Date: Fri, 24 Feb 2023 16:03:29 +0100
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
References: <[email protected]>
On 22.02.23 15:49, Alvaro Herrera wrote:
> On 2023-Feb-22, Peter Eisentraut wrote:
>
>> In the meantime, I suggest we work around this, perhaps by
>>
>> conn = libpqsrv_connect_params(keywords, values, /* expand_dbname = */ false,
>> PG_WAIT_EXTENSION);
>
> I suggest
>
> conn = libpqsrv_connect_params(keywords, values,
> false, /* expand_dbname */
> PG_WAIT_EXTENSION);
>
> which is what we typically do elsewhere and doesn't go overlength.
Fixed this way.
view thread (2+ messages)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgindent vs. git whitespace check
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox