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

Andres Freund <andres@anarazel.de>

From: Andres Freund <andres@anarazel.de>
To: Noboru Saito <noborusai@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2022-03-22T01:15:40Z
Lists: 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