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

From Gaetano Mendola
Subject Re: Backend crash in 8.2.3 with plpgsql function
Date
Msg-id 45F95DBF.80007@bigfoot.com
Whole thread Raw
List pgsql-hackers
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Tom Lane wrote:
> 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 ...

For me too.

$ psql
Welcome to psql 8.2.3, the PostgreSQL interactive terminal.

Type:  \copyright for distribution terms      \h for help with SQL commands      \? for help with psql commands      \g
orterminate with semicolon to execute query      \q to quit
 

kalman=# create function testpl() returns void as 'begin return; end;'language 'plpgsql';
CREATE FUNCTION
kalman=# select version();                                               version
- --------------------------------------------------------------------------------------------------------PostgreSQL
8.2.3on i686-redhat-linux-gnu, compiled by GCC gcc (GCC) 4.1.1 20070105 (Red Hat 4.1.1-51)
 
(1 row)




Regards
Gaetano Mendola
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF+V2/7UpzwH2SGd4RAk29AJ44FZFMnsFHJV+uOcQZpuD0cGN/YACgjxjY
4lVP/g+/PLs2+RfOFtpBJtE=
=/Vae
-----END PGP SIGNATURE-----


pgsql-hackers by date:

Previous
From: Gaetano Mendola
Date:
Subject: Re: UPDATE using sub selects
Next
From: Tom Lane
Date:
Subject: Re: CLUSTER and MVCC