Re: Not-so-open items

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Not-so-open items
Date: 2006-09-14 20:41:34
Message-ID: 3079.1158266494@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <bruce(at)momjian(dot)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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2006-09-14 20:43:22 Re: Draft release notes
Previous Message Bruce Momjian 2006-09-14 20:41:12 Re: Draft release notes