Re: temp-table-related failure in regression tests

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: temp-table-related failure in regression tests
Дата
Msg-id 17571.992928269@sss.pgh.pa.us
обсуждение исходный текст
Ответ на temp-table-related failure in regression tests  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Re: temp-table-related failure in regression tests  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
I wrote:
> Is anyone else seeing this with current CVS, or is it my own breakage?

Ah, the problem is RelationGetRelationName didn't know about the
new temprel naming convention.

I quick-hacked rel.h to fix this, but we need a better solution.
I don't much like having rel.h include temprel.h --- seems like the
include should go the other way.  Should is_temp_relname get moved
to rel.h?
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: temp-table-related failure in regression tests
Следующее
От: "Joe Conway"
Дата:
Сообщение: Re: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Stand ards