Re: two phase commit - Mailing list pgsql-general

From Tom Lane
Subject Re: two phase commit
Date
Msg-id 12680.1184886814@sss.pgh.pa.us
Whole thread Raw
In response to Re: two phase commit  (Ben <bench@silentmedia.com>)
List pgsql-general
Ben <bench@silentmedia.com> writes:
> Er, right.... I guess I should have asked if it's more likely to commit a
> running transaction than a prepared one.... and it sounds like the answer
> is "no". :)

Less likely, because PREPARE TRANSACTION executes all the COMMIT-time
actions that can cause "expected" failures --- checking deferred
constraints for example.  If you get past that, it's not supposed to fail.

            regards, tom lane

pgsql-general by date:

Previous
From: Ben
Date:
Subject: Re: two phase commit
Next
From: Zlatko Matić
Date:
Subject: several postgres installations on the same machine?