Re: pgindent vs. git whitespace check

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: pgindent vs. git whitespace check
Дата
Msg-id 88a42542-4661-97ec-5c76-4421f6a91c38@enterprisedb.com
обсуждение исходный текст
Ответ на Re: pgindent vs. git whitespace check  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Список 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.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Noel Grandin
Дата:
Сообщение: how does postgresql handle LOB/CLOB/BLOB column data that dies before the query ends
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: PATCH: Using BRIN indexes for sorted output