Re: Not-so-open items

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Not-so-open items
Дата
Msg-id 3079.1158266494@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Not-so-open items  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Not-so-open items  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> Tom Lane wrote:
>>> Store only active XIDs in subtransaction cache
>> 
>> Per my note just now, this probably should wait for 8.3.

> OK, added to TODO.

Actually, I realized this morning that there isn't anything there that
the current code doesn't do already.  A subxact will never be assigned
an XID in the first place unless it stores tuples into the database.
(This means the do-I-need-to-do-something tests in
RecordSubTransactionCommit and RecordSubTransactionAbort are pretty much
redundant...)

So you might as well drop it from TODO --- perhaps there are variant
ideas we could use, but I don't know what they are.
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: Draft release notes
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Draft release notes