Re: Separate the result of \watch for each query execution (psql)

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: Separate the result of \watch for each query execution (psql)
Дата
Msg-id 20220322011540.jnk7kizkinqne6e2@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: Separate the result of \watch for each query execution (psql)  (Noboru Saito <noborusai@gmail.com>)
Ответы Re: Separate the result of \watch for each query execution (psql)  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
Hi,

On 2022-02-25 13:23:31 +0900, Noboru Saito wrote:
> I have created a patch that allows you to turn it on and off in \pset.

The patch unfortunately causes tests to fail:
https://cirrus-ci.com/task/5932406812180480
diff -U3 /tmp/cirrus-ci-build/src/test/regress/expected/psql.out
/tmp/cirrus-ci-build/src/test/regress/results/psql.out
--- /tmp/cirrus-ci-build/src/test/regress/expected/psql.out    2022-03-21 09:55:55.875784000 +0000
+++ /tmp/cirrus-ci-build/src/test/regress/results/psql.out    2022-03-21 09:59:51.950512000 +0000
@@ -304,6 +304,7 @@
 fieldsep_zero            off
 footer                   on
 format                   aligned
+formfeed                 off
 linestyle                ascii
 null                     ''
 numericlocale            off

Greetings,

Andres Freund



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: pg14 psql broke \d datname.nspname.relname
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [PATCH] pg_stat_toast v8