Re: Backend crash in 8.2.3 with plpgsql function

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: SM <sm(at)resistor(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Backend crash in 8.2.3 with plpgsql function
Date: 2007-03-15 05:40:54
Message-ID: 29145.1173937254@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

SM <sm(at)resistor(dot)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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alvaro Herrera 2007-03-15 14:40:35 Re: Backend crash in 8.2.3 with plpgsql function
Previous Message SM 2007-03-15 05:23:34 Backend crash in 8.2.3 with plpgsql function

Browse pgsql-hackers by date

  From Date Subject
Next Message NikhilS 2007-03-15 06:06:43 UPDATE using sub selects
Previous Message SM 2007-03-15 05:23:34 Backend crash in 8.2.3 with plpgsql function