Re: 2PC-induced lockup - Mailing list pgsql-hackers

From Andrew Sullivan
Subject Re: 2PC-induced lockup
Date
Msg-id 20070711181229.GA1241@phlogiston.dyndns.org
Whole thread Raw
In response to Re: 2PC-induced lockup  (Heikki Linnakangas <heikki@enterprisedb.com>)
Responses Re: 2PC-induced lockup  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: 2PC-induced lockup  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-hackers
On Wed, Jul 11, 2007 at 06:15:12PM +0100, Heikki Linnakangas wrote:
> It's effectively the same as manually issuing a ROLLBACK PREPARED. It 
> will brake the atomicity of the global transaction, if some branches of 
> that global transaction in other resource managers have already been 
> committed.

But how do you know which file to delete?  Is it keyed to the
transaction identifier or something?

A

-- 
Andrew Sullivan  | ajs@crankycanuck.ca
However important originality may be in some fields, restraint and 
adherence to procedure emerge as the more significant virtues in a 
great many others.   --Alain de Botton


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Need help with autoconf
Next
From: Peter Eisentraut
Date:
Subject: Re: 2PC-induced lockup