Re: temp tables broken in CVS HEAD?

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Sean Chittenden <sean(at)chittenden(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org, Oliver Jowett <oliver(at)opencloud(dot)com>
Subject: Re: temp tables broken in CVS HEAD?
Date: 2004-05-29 03:19:42
Message-ID: 200405290319.i4T3JgO16292@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

\Sean Chittenden wrote:
> >> 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.

Also, what is a "thinko"?

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2004-05-29 03:25:03 Re: Nested xacts: looking for testers and review
Previous Message Bruce Momjian 2004-05-29 03:11:27 Re: Nested xacts: looking for testers and review