Re: VirtualXactLockTableInsert

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: VirtualXactLockTableInsert
Дата
Msg-id 12163.1214604056@sss.pgh.pa.us
обсуждение исходный текст
Ответ на VirtualXactLockTableInsert  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: VirtualXactLockTableInsert
Список pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes:
> In cases where we know we will assign a real xid, can we just skip the
> assignment of the virtual xid completely?

Even if we could do this I doubt it would be a good idea.  It'd destroy
the invariant that all transactions have a vxid, which at the very least
would create naming problems.
        regards, tom lane


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

Предыдущее
От: Jean-Michel Pouré
Дата:
Сообщение: XML index support
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Table inheritance surprise