aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2022-06-10 16:38:15 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2022-06-10 16:38:15 -0400
commit18f66a1a91bdc44dce2823faec9530dc14223234 (patch)
tree1207200096a7b936ce32ddd530045c8847f829e9
parentf25b5519c99a68324b147dad15b68b1a3bd378ad (diff)
downloadpostgresql-18f66a1a91bdc44dce2823faec9530dc14223234.tar.gz
postgresql-18f66a1a91bdc44dce2823faec9530dc14223234.zip
Doc: remove a04ccf6df from release notes, now that it's reverted.
Discussion: https://postgr.es/m/17504-76b68018e130415e@postgresql.org
-rw-r--r--doc/src/sgml/release-14.sgml29
1 files changed, 0 insertions, 29 deletions
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
<listitem>
<!--
-Author: Michael Paquier <michael@paquier.xyz>
-Branch: master [157f8739a] 2022-06-06 11:05:59 +0900
-Branch: REL_14_STABLE [a04ccf6df] 2022-06-06 11:07:22 +0900
-Branch: REL_13_STABLE [b364cfdfa] 2022-06-06 11:07:27 +0900
-Branch: REL_12_STABLE [0a1e4f0ca] 2022-06-06 11:07:31 +0900
-Branch: REL_11_STABLE [b0bd9327d] 2022-06-06 11:07:35 +0900
-Branch: REL_10_STABLE [c3df4d53c] 2022-06-06 11:07:39 +0900
--->
- <para>
- Fix <application>psql</application>'s
- <option>--single-transaction</option> option to consider client-side
- errors as a reason to roll back the transaction (Kyotaro Horiguchi,
- Michael Paquier)
- </para>
-
- <para>
- Previously, <application>psql</application> blindly
- issued <command>COMMIT</command> at the end of
- a <option>--single-transaction</option> session. Now it will
- instead issue <command>ROLLBACK</command> if any errors were
- detected. This makes no difference for server-detected errors
- (because the server would then convert <command>COMMIT</command>
- to <command>ROLLBACK</command> anyway), but it prevents committing
- after a client-side error.
- </para>
- </listitem>
-
- <listitem>
-<!--
Author: Tom Lane <tgl@sss.pgh.pa.us>
Branch: master [eb39610f8] 2022-06-01 16:15:47 -0400
Branch: REL_14_STABLE [1072e4c45] 2022-06-01 16:15:47 -0400