Re: temp tables broken in CVS HEAD?

From: Sean Chittenden <sean(at)chittenden(dot)org>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: temp tables broken in CVS HEAD?
Date: 2004-05-29 06:02:06
Message-ID: B6DD6DFB-B135-11D8-9EFA-000A95C705DC@chittenden.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>>>> test=> create temp table t2 (i integer);
>>>> ERROR: permission denied for schema pg_temp_1
>>>
>>> The immediate problem is a simple thinko (lack of attention to a
>>> function's return convention), but I'm gonna go back and review that
>>> whole patch. It obviously wasn't tested well at all.
>>
>> I know what's going on here and will submit a fix for this sometime
>> tonight. -sc
>
> I think Tom applied a patch already for this.

:) So I noticed. I went to update my sources before sending off a
patch and was greeted with a rather nice conflict. Thanks for getting
to that Tom. -sc

--
Sean Chittenden

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2004-05-29 06:09:58 Re: Win32, PITR, nested transactions, tablespaces
Previous Message Tom Lane 2004-05-29 05:55:49 Re: false infinite recursion detected