| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | Noboru Saito <noborusai(at)gmail(dot)com> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Separate the result of \watch for each query execution (psql) |
| Date: | 2022-03-22 01:15:40 |
| Message-ID: | 20220322011540.jnk7kizkinqne6e2@alap3.anarazel.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andres Freund | 2022-03-22 01:17:05 | Re: [PATCH] pg_stat_toast v8 |
| Previous Message | Andres Freund | 2022-03-22 01:12:08 | Re: pg14 psql broke \d datname.nspname.relname |