The following bug has been logged online:

Bug reference:      5323
Logged by:          Dave Olszewski
Email address:      cx...@pobox.com
PostgreSQL version: 8.3.9
Operating system:   Linux
Description:        plperl and plperlu interaction segfaults
Details: 

Creating the following functions reliably segfaults Postgres for me:

CREATE LANGUAGE 'plperl';
CREATE LANGUAGE 'plperlu';
CREATE OR REPLACE FUNCTION test_one() RETURNS TRIGGER AS $$ $$ language
'plperlu';
CREATE OR REPLACE FUNCTION test_two() RETURNS TRIGGER AS $$ $$ language
'plperl';
CREATE OR REPLACE FUNCTION test_two() RETURNS TRIGGER AS $$ $$ language
'plperl';

A possibly interesting note is that if I create "two, one, two two" it will
not crash, but just 'one, two two" will.

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to