Re: Re: temp-table-related failure in regression tests

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: temp-table-related failure in regression tests
Date: 2001-06-19 14:06:31
Message-ID: 22595.992959591@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-06-19 14:20:18 Re: [PATCHES] [PATCH] Contrib C source for casting MONEY to INT[248] and FLOAT[48]
Previous Message Stephan Szabo 2001-06-19 13:44:12 Fixing deferred foreign key checks