Re: failed runcheck

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: failed runcheck
Дата
Msg-id 2809.972192367@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: failed runcheck  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: failed runcheck  ("Ross J. Reedstrom" <reedstrm@rice.edu>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: failed runcheck
Следующее
От: Denis Perchine
Дата:
Сообщение: Re: Re: [PATCHES] Patch to support transactions with BLOBs for current CVS