Re: psql - factor out echo code

Поиск
Список
Период
Сортировка
От Pavel Stehule
Тема Re: psql - factor out echo code
Дата
Msg-id CAFj8pRA4jk--M1165fy1_3Z1A8471dyWTfQ-Uy9uAsgM2x35Kw@mail.gmail.com
обсуждение исходный текст
Ответ на Re: psql - factor out echo code  (Fabien COELHO <coelho@cri.ensmp.fr>)
Ответы Re: psql - factor out echo code  (Peter Eisentraut <peter.eisentraut@enterprisedb.com>)
Список pgsql-hackers


st 30. 11. 2022 v 10:43 odesílatel Fabien COELHO <coelho@cri.ensmp.fr> napsal:

>> Now some of the output generated by test_extdepend gets a bit
>> confusing:
>> +-- QUERY:
>> +
>> +
>> +-- QUERY:
>>
>> That's not entirely this patch's fault.  Still that's not really
>> intuitive to see the output of a query that's just a blank spot..
>
> Hmmm.
>
> What about adding an explicit \echo before these empty outputs to mitigate
> the possible induced confusion?

\echo is not possible.

Attached an attempt to improve the situation by replacing empty lines with
comments in this test.

I can confirm so all regress tests passed

Regards

Pavel
 

--
Fabien.

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

Предыдущее
От: John Naylor
Дата:
Сообщение: Re: [PoC] Improve dead tuple storage for lazy vacuum
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: [PATCH] Add native windows on arm64 support