Re: Document How Commit Handles Aborted Transactions - Mailing list pgsql-hackers

From Kirill Reshke
Subject Re: Document How Commit Handles Aborted Transactions
Date
Msg-id CALdSSPjmmZSOnZ9PSBifHNEfkt4BmcRk41cJKNfLYLZ0emmECA@mail.gmail.com
Whole thread Raw
In response to Re: Document How Commit Handles Aborted Transactions  (Ahmed Ashour <a8087027@gmail.com>)
Responses Re: Document How Commit Handles Aborted Transactions
List pgsql-hackers
On Thu, 29 May 2025 at 04:32, David G. Johnston
<david.g.johnston@gmail.com> wrote:
>
> Recent discussion led me to realize we are also contrary to the SQL Standard here.  v3 updates the Commit reference
pageto reflect this fact.
 
>
> Leaving ready-to-commit.
>
> David J.
>

Hi!
I reviewed your changes and I agree with them.

The only aspect that drew my attention is in the following sentence:

>+ but instead goes into an aborted state. While in this state all commands except
> +    <xref linkend="sql-commit"/> and <xref linkend="sql-rollback"/> are ignored

We can also do ABORT;

Is this worth noting?

-- 
Best regards,
Kirill Reshke



pgsql-hackers by date:

Previous
From: Doruk Yilmaz
Date:
Subject: Re: [Patch] add new parameter to pg_replication_origin_session_setup
Next
From: "David G. Johnston"
Date:
Subject: Re: Document How Commit Handles Aborted Transactions