Re: 2PC transaction id

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: 2PC transaction id
Дата
Msg-id 20050630224635.GB12397@surnet.cl
обсуждение исходный текст
Ответ на 2PC transaction id  (Dave Cramer <pg@fastcrypt.com>)
Ответы Re: 2PC transaction id
Список pgsql-hackers
On Thu, Jun 30, 2005 at 06:39:43PM -0400, Dave Cramer wrote:
> Do the transaction id's used in 2PC need to be unique across all  
> sessions?

Yes.

> Do we provide a mechanism for this ?

Huh, the constraint is enforced by the server, but the ID is generated
by the client.

> If not shouldn't we provide a way to create a unique transaction id ?

Maybe a new function would suffice.

-- 
Alvaro Herrera (<alvherre[a]surnet.cl>)
"Use it up, wear it out, make it do, or do without"


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

Предыдущее
От: Dave Cramer
Дата:
Сообщение: 2PC transaction id
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: 2PC transaction id