pgsql: Revert "Fix psql's single transaction mode on client-side errors - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Revert "Fix psql's single transaction mode on client-side errors
Date
Msg-id E1nzlLb-003ffm-Rk@gemulon.postgresql.org
Whole thread Raw
List 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_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/030da9b6fd5254a0878bcf9fab10cf70c86d4927

Modified Files
--------------
doc/src/sgml/ref/psql-ref.sgml | 6 ++----
src/bin/psql/startup.c         | 4 +---
2 files changed, 3 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: First-draft release notes for 14.4.
Next
From: Tom Lane
Date:
Subject: pgsql: Doc: remove a04ccf6df from release notes, now that it's reverted