Re: failed runcheck - Mailing list pgsql-hackers

From Tom Lane
Subject Re: failed runcheck
Date
Msg-id 2809.972192367@sss.pgh.pa.us
Whole thread Raw
In response to Re: failed runcheck  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: failed runcheck
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
>> Next question: why is RelationInitLockInfo using
>> RelationGetPhysicalRelationName to get the input data for
>> IsSharedSystemRelationName --- shouldn't that be a test on logical
>> relation name?  Or maybe the entire premise of
>> IsSharedSystemRelationName is bogus now, and we ought to use some other
>> way to decide if a relation is cross-database or not?

> No, because if they create a temp table that masks a system table in the
> current session, you want the physical name so it can know if it is a
> real system table, or a temp/fake one.

Well, you clearly don't want to be fooled by temp relations.  I was
sorta visualizing a check based on relation OIDs instead of names...
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: failed runcheck
Next
From: Denis Perchine
Date:
Subject: Re: Re: [PATCHES] Patch to support transactions with BLOBs for current CVS