Revert "Fix psql's single transaction mode on client-side errors with -c/-f switches".
authorTom Lane <[email protected]>
Fri, 10 Jun 2022 20:34:25 +0000 (16:34 -0400)
committerTom Lane <[email protected]>
Fri, 10 Jun 2022 20:34:25 +0000 (16:34 -0400)
commitdb713aa7fcbe2ad2a5dae7f76c309f70ec424ad7
tree7f48da7bc547e0d1a0d804f29340328310b780ae
parent59fb360c4883f849dfe8701670efc3dc122b1472
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
doc/src/sgml/ref/psql-ref.sgml
src/bin/psql/startup.c