Re: 2PC transaction id - Mailing list pgsql-hackers

From Dave Cramer
Subject Re: 2PC transaction id
Date
Msg-id D701313E-CFF8-4FAE-A699-D107EF6308D9@fastcrypt.com
Whole thread Raw
In response to Re: 2PC transaction id  (Oliver Jowett <oliver@opencloud.com>)
Responses Re: 2PC transaction id  (Oliver Jowett <oliver@opencloud.com>)
List pgsql-hackers
I'm thinking of the situation where one transaction occurs on more  
than one backend, and there is
more than one transaction manager.

Dave
On 30-Jun-05, at 7:37 PM, Oliver Jowett wrote:

> Dave Cramer wrote:
>
>> Do the transaction id's used in 2PC need to be unique across all   
>> sessions?
>>
>
> They are global IDs, yes.
>
>
>> Do we provide a mechanism for this ?
>>
>> If not shouldn't we provide a way to create a unique transaction id ?
>>
>
> Well, in XA the XIDs are assigned by the TM, the individual resources
> (e.g. a postgresql backend) just get *given* an XID to use.
>
> -O
>
> ---------------------------(end of  
> broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to  
> majordomo@postgresql.org
>
>



pgsql-hackers by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: 2PC transaction id
Next
From: Greg Stark
Date:
Subject: Re: [PATCHES] Dbsize backend integration