Re: Backend crash in 8.2.3 with plpgsql function - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Backend crash in 8.2.3 with plpgsql function
Date
Msg-id 29145.1173937254@sss.pgh.pa.us
Whole thread Raw
In response to Backend crash in 8.2.3 with plpgsql function  (SM <sm@resistor.net>)
Responses Re: Backend crash in 8.2.3 with plpgsql function
List pgsql-bugs
SM <sm@resistor.net> writes:
> I got a backend crash in Postgresql 8.2.3 with the plpgsql function.
> The following statement in psql causes a signal 11:
> psql=# create function testpl() returns void as 'begin return;
> end;'language 'plpgsql';

Worksforme ...

            regards, tom lane

pgsql-bugs by date:

Previous
From: SM
Date:
Subject: Backend crash in 8.2.3 with plpgsql function
Next
From: johan.walles@gmail.com
Date:
Subject: Re: How to report bugs?