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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Revert "Fix psql's single transaction mode on client-side errors
Дата
Msg-id E1nzlLb-003ffi-Qp@gemulon.postgresql.org
обсуждение исходный текст
Список 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_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f25b5519c99a68324b147dad15b68b1a3bd378ad

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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: First-draft release notes for 14.4.
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: remove a04ccf6df from release notes, now that it's reverted