Re: Transactions involving multiple postgres foreign servers - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: Transactions involving multiple postgres foreign servers
Date
Msg-id CAB7nPqSAOQHsFtGBOnFQ6dUALb6-iD5=dikZLP42vzPoTw7C8A@mail.gmail.com
Whole thread Raw
In response to Re: Transactions involving multiple postgres foreign servers  (Masahiko Sawada <sawada.mshk@gmail.com>)
List pgsql-hackers
On Tue, Sep 27, 2016 at 6:24 PM, Masahiko Sawada <sawada.mshk@gmail.com> wrote:
> * Providing the prepare id of 2PC.
>   Current patch adds new API prepare_id_provider() but we can use the
> prepare id of 2PC that is used on parent server.

And we assume that when this is used across many servers there will be
no GID conflict because each server is careful enough to generate
unique strings, say with UUIDs?
-- 
Michael



pgsql-hackers by date:

Previous
From: Thomas Munro
Date:
Subject: Re: Tracking wait event for latches
Next
From: Mark Dilger
Date:
Subject: Re: typedef FileName not const?