does tuple store subtransaction id in it?

Поиск
Список
Период
Сортировка
От Xiaoyulei
Тема does tuple store subtransaction id in it?
Дата
Msg-id E8870A2F6A4B1045B1C292B77EAB207C7A5C19BC@SZXEMA501-MBX.china.huawei.com
обсуждение исходный текст
Ответы Re: does tuple store subtransaction id in it?
Список pgsql-hackers
In XidInMVCCSnapshot, it will check xid from tuple if is in snapshot->subxip. It means tuple store subtransaction?

But in PushTransaction, I see TransactionState.subTransaction will assign currentSubTransactionId,
currentSubTransactionIdwill reinitialize in StartTransaction. So I think tuple should not store subtransaction id. 

I am confuse about this. If subtransaction id will reinitialize every start time. How to judge it is a subtransaction
fromxid in tuple? 







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

Предыдущее
От: David Kamholz
Дата:
Сообщение: Re: query execution time faster with geqo on than off: bug?
Следующее
От: Naoya Anzai
Дата:
Сообщение: Re: [Proposal] More Vacuum Statistics