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

From Tom Lane
Subject Re: Re: temp-table-related failure in regression tests
Date
Msg-id 22595.992959591@sss.pgh.pa.us
Whole thread Raw
In response to Re: Re: temp-table-related failure in regression tests  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> We can move the is_temp_relname define if you wish but with one hack
> already in rel.h for get_temp_rel_by_physicalname(), I am not excited
> about adding another to rel.h.  In fact, is_temp_relname needs
> PG_TEMP_REL_PREFIX so we would have to move it too.  However, I don't
> see any other solution so I moved both to from temprel.h to rel.h.

Yeah, I didn't see any other way either.  With luck this whole issue
will go away when we do schemas... in the meantime at least the ugliness
is pretty localized.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Stephan Szabo
Date:
Subject: Fixing deferred foreign key checks
Next
From: Tom Lane
Date:
Subject: Re: [PATCHES] [PATCH] Contrib C source for casting MONEY to INT[248] and FLOAT[48]