Re: [BUGS] Bug with temporary child of a permanent table after recovery

2012-12-16 Thread Tom Lane
Jeff Davis writes: > On Fri, 2012-12-14 at 17:56 -0500, Tom Lane wrote: >> Perhaps a better idea is to not overload rd_backend to serve both >> the "physical name of file" purpose and the "is it my temp table" >> purpose. We could add an additional relcache field with the >> three possible states

Re: [BUGS] Bug with temporary child of a permanent table after recovery

2012-12-16 Thread Tom Lane
I wrote: > On the whole I think resurrecting the rd_islocaltemp flag might be the > best thing. We can keep the use of "relpersistence == > RELPERSISTENCE_TEMP" to do what rd_istemp used to do, it's just the > equation of "rd_backend == MyBackendId" with "is my temp table" that's > bogus. And thi