Re: Separate the result of \watch for each query execution (psql) - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Separate the result of \watch for each query execution (psql)
Date
Msg-id 20220322011540.jnk7kizkinqne6e2@alap3.anarazel.de
Whole thread Raw
In response to Re: Separate the result of \watch for each query execution (psql)  (Noboru Saito <noborusai@gmail.com>)
Responses Re: Separate the result of \watch for each query execution (psql)  (Robert Haas <robertmhaas@gmail.com>)
List 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 by date:

Previous
From: Andres Freund
Date:
Subject: Re: pg14 psql broke \d datname.nspname.relname
Next
From: Andres Freund
Date:
Subject: Re: [PATCH] pg_stat_toast v8