Re: bug found in 8.3 beta 3. - Mailing list pgsql-bugs

From Tom Lane
Subject Re: bug found in 8.3 beta 3.
Date
Msg-id 22954.1197915553@sss.pgh.pa.us
Whole thread Raw
In response to bug found in 8.3 beta 3.  ("chris wood" <chrisj.wood@sympatico.ca>)
List pgsql-bugs
"chris wood" <chrisj.wood@sympatico.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

pgsql-bugs by date:

Previous
From: "chris wood"
Date:
Subject: bug found in 8.3 beta 3.
Next
From: "Pedro Gimeno"
Date:
Subject: BUG #3822: Nonstandard precedence for comparison operators