From: Tom Lane Date: Fri, 10 Jun 2022 20:38:15 +0000 (-0400) Subject: Doc: remove a04ccf6df from release notes, now that it's reverted. X-Git-Tag: REL_14_4~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=18f66a1a91bdc44dce2823faec9530dc14223234;p=thirdparty%2Fpostgresql.git Doc: remove a04ccf6df from release notes, now that it's reverted. Discussion: https://postgr.es/m/17504-76b68018e130415e@postgresql.org --- diff --git a/doc/src/sgml/release-14.sgml b/doc/src/sgml/release-14.sgml index a6585532b91..95a6bfe037f 100644 --- a/doc/src/sgml/release-14.sgml +++ b/doc/src/sgml/release-14.sgml @@ -388,35 +388,6 @@ Branch: REL_14_STABLE [32a85ee46] 2022-06-06 11:26:57 -0400 - - Fix psql's - option to consider client-side - errors as a reason to roll back the transaction (Kyotaro Horiguchi, - Michael Paquier) - - - - Previously, psql blindly - issued COMMIT at the end of - a session. Now it will - instead issue ROLLBACK if any errors were - detected. This makes no difference for server-detected errors - (because the server would then convert COMMIT - to ROLLBACK anyway), but it prevents committing - after a client-side error. - - - - -