Doc: remove a04ccf6df from release notes, now that it's reverted.
authorTom Lane
Fri, 10 Jun 2022 20:38:15 +0000 (16:38 -0400)
committerTom Lane
Fri, 10 Jun 2022 20:38:15 +0000 (16:38 -0400)
Discussion: https://postgr.es/m/17504-76b68018e130415e@postgresql.org

doc/src/sgml/release-14.sgml

index a6585532b91f24f0a860d64a28b9864470c7de22..95a6bfe037f0f00c4b9d835721c921bcb8d186f3 100644 (file)
@@ -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.
-     
-    
-
-    
-