Re: Exposing the Xact commit order to the user - Mailing list pgsql-hackers

From Greg Stark
Subject Re: Exposing the Xact commit order to the user
Date
Msg-id AANLkTilUumngFqYITjmLUVCP3orXSnX311mthDapXBNr@mail.gmail.com
Whole thread Raw
In response to Re: Exposing the Xact commit order to the user  (Jan Wieck <JanWieck@Yahoo.com>)
Responses Re: Exposing the Xact commit order to the user
Re: Exposing the Xact commit order to the user
List pgsql-hackers
On Wed, May 26, 2010 at 5:10 PM, Jan Wieck <JanWieck@yahoo.com> wrote:
> ... but to answer that request, actually I don't even think we should be
> discussing API specifics.
>

How about just API generalities? Like, where do you need this data, on
the master or on the slave? Would PGXC like it on the transaction
coordinator?

What question do you need to answer, do you need to pull out sets of
commits in certain ranges or look up specific transaction ids and find
out when they committed? Or do you only need to answer which of two
transaction ids committed first?



-- 
greg


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: libpq should not be using SSL_CTX_set_client_cert_cb
Next
From: Peter Eisentraut
Date:
Subject: Re: [PATCH] Add XMLEXISTS function from the SQL/XML standard