Re: Exposing the Xact commit order to the user

Поиск
Список
Период
Сортировка
От Greg Stark
Тема Re: Exposing the Xact commit order to the user
Дата
Msg-id AANLkTilUumngFqYITjmLUVCP3orXSnX311mthDapXBNr@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Exposing the Xact commit order to the user  (Jan Wieck <JanWieck@Yahoo.com>)
Ответы Re: Exposing the Xact commit order to the user  (Jan Wieck <JanWieck@Yahoo.com>)
Re: Exposing the Xact commit order to the user  (Greg Stark <gsstark@mit.edu>)
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: libpq should not be using SSL_CTX_set_client_cert_cb
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] Add XMLEXISTS function from the SQL/XML standard