Re: bug found in 8.3 beta 3.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "chris wood" <chrisj(dot)wood(at)sympatico(dot)ca>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: bug found in 8.3 beta 3.
Date: 2007-12-17 18:19:13
Message-ID: 22954.1197915553@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"chris wood" <chrisj(dot)wood(at)sympatico(dot)ca> writes:
> Hi, I found this bug? In beta 3. I am not a Linux guru so installing any
> betas in Debian is very painful for me. Perhaps you could check to see if
> it is still there in beta 4??

I see no bug here. You're invoking a set-returning function from a
PERFORM, which is a scalar context (it's not different from SELECT
really).

If you make the PERFORM be

perform * from tempbug_c() ;

then it doesn't complain.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Pedro Gimeno 2007-12-17 19:58:24 BUG #3822: Nonstandard precedence for comparison operators
Previous Message chris wood 2007-12-17 18:05:36 bug found in 8.3 beta 3.