| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Revert "Fix psql's single transaction mode on client-side errors |
| Date: | 2022-06-10 20:35:12 |
| Message-ID: | E1nzlLb-003ffs-Sj@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Revert "Fix psql's single transaction mode on client-side errors with -c/-f switches".
This reverts commits a04ccf6df et al. in the back branches only.
There was some disagreement already over whether to back-patch
157f8739a, on the grounds that it is the sort of behavioral
change that we don't like to back-patch. Furthermore, it now
looks like the logic needs some more work, which we don't have
time for before the upcoming 14.4 release. Revert for now, and
perhaps reconsider later.
Discussion: https://postgr.es/m/17504-76b68018e130415e@postgresql.org
Branch
------
REL_10_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/db713aa7fcbe2ad2a5dae7f76c309f70ec424ad7
Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 6 ++----
src/bin/psql/startup.c | 4 +---
2 files changed, 3 insertions(+), 7 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2022-06-10 20:38:29 | pgsql: Doc: remove a04ccf6df from release notes, now that it's reverted |
| Previous Message | Tom Lane | 2022-06-10 17:47:36 | pgsql: First-draft release notes for 14.4. |