]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Revert "Fix psql's single transaction mode on client-side errors with -c/-f switches".
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Jun 2022 20:34:25 +0000 (16:34 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 10 Jun 2022 20:34:25 +0000 (16:34 -0400)
commit3f7f06738529f4a71cf33c79654954e6178972a1
treeb2d6c92274394954c16c399ba10584f27d1c5448
parent254cd7f31f60f02de0548c8dcdc2c402c0cf02d8
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