Re: [HACKERS] temp table oddness?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>, pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] temp table oddness?
Date: 1999-09-04 16:44:39
Message-ID: 24581.936463479@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> writes:
> Who knows. Once it gets messed up, anything can happen. The problem
> with indexes created in the same transaction as the temp table still is
> a problem, though you say your new cache code fixes that.

No, I didn't say that. The weird "notice" isn't coming out any more,
but I'm still seeing all these other bugs. It looks to me like there
are problems with ensuring that an index on a temp table is (a) temp
itself, and (b) built against the temp table and not a permanent table
of the same name.

I don't really understand how temp tables are implemented and whether
relcache.c needs to be aware of them --- is there documentation
somewhere?

regards, tom lane

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-09-04 17:27:50 Re: [HACKERS] temp table oddness?
Previous Message Bruce Momjian 1999-09-04 16:26:42 Re: [HACKERS] temp table oddness?