Re: temp-table-related failure in regression tests - Mailing list pgsql-hackers

From Tom Lane
Subject Re: temp-table-related failure in regression tests
Date
Msg-id 17571.992928269@sss.pgh.pa.us
Whole thread Raw
In response to temp-table-related failure in regression tests  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Re: temp-table-related failure in regression tests  (Bruce Momjian <pgman@candle.pha.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: temp-table-related failure in regression tests
Next
From: "Joe Conway"
Date:
Subject: Re: AW: Re: [SQL] behavior of ' = NULL' vs. MySQL vs. Stand ards