Re: pgindent vs. git whitespace check

Peter Eisentraut <peter.eisentraut@enterprisedb.com>

From: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
To: Alvaro Herrera <alvherre@alvh.no-ip.org>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2023-02-24T15:03:29Z
Lists: pgsql-hackers
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.




Commits

  1. Fix comment indentation and whitespace