Re: [PATCHES] [PATCH] Provide 8-byte transaction IDs to user level

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PATCHES] [PATCH] Provide 8-byte transaction IDs to user level
Дата
Msg-id 16124.1156177113@sss.pgh.pa.us
обсуждение исходный текст
Список pgsql-hackers
Marko Kreen <markokr@gmail.com> writes:
> Following patch exports 8 byte txid and snapshot to user level
> allowing its use in regular SQL.  It is based on Slony-I xxid
> module.  It provides special 'snapshot' type for snapshot but
> uses regular int8 for transaction ID's.

Per discussion, I've applied a patch that just implements tracking of
"XID epoch" in checkpoints.  This should be sufficient to let xxid be
handled as an external module.

            regards, tom lane

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: Replication
Следующее
От: "Marko Kreen"
Дата:
Сообщение: Re: [PATCHES] [PATCH] Provide 8-byte transaction IDs to