Re: Patches for TODO item: Avoid truncating empty OCDR temp tables on COMMIT
Heikki Linnakangas <hlinnakangas@vmware.com>
From: Heikki Linnakangas <hlinnakangas@vmware.com>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, Gurjeet Singh <singh.gurjeet@gmail.com>, PGSQL Hackers <pgsql-hackers@postgresql.org>
Date: 2013-01-29T08:45:42Z
Lists: pgsql-hackers
On 29.01.2013 04:41, Robert Haas wrote: > On Mon, Jan 28, 2013 at 8:39 AM, Heikki Linnakangas > <hlinnakangas@vmware.com> wrote: >> We already have that MyXactAccessedTempRel global flag. Just checking that >> should cover many common cases. > > +1 for that. I'm actually unconvinced that we need to do any better > than that in general. But certainly that seems like a good first > step. Ok, committed that. - Heikki