Re: psql - factor out echo code

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: psql - factor out echo code
Дата
Msg-id cf982bbd-b6d4-8855-cef-78e1adb77374@mines-paristech.fr
обсуждение исходный текст
Ответ на Re: psql - factor out echo code  (Michael Paquier <michael@paquier.xyz>)
Ответы Re: psql - factor out echo code
Список pgsql-hackers
> Hmm.  The refactoring is worth it as much as the differentiation
> between QUERY and INTERNAL QUERY as the same pattern is repeated 5
> times.
>
> 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?

-- 
Fabien.



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

Предыдущее
От: Jelte Fennema
Дата:
Сообщение: Re: [EXTERNAL] Re: Add non-blocking version of PQcancel
Следующее
От: Fabien COELHO
Дата:
Сообщение: Re: psql - factor out echo code