Postmaster fatal defect - pl/pgsql return type conversion - Mailing list pgsql-hackers

From Mark Butler
Subject Postmaster fatal defect - pl/pgsql return type conversion
Date
Msg-id 3AD7C165.B4E4910A@middle.net
Whole thread Raw
Responses Re: Postmaster fatal defect - pl/pgsql return type conversion  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Using the head branch, when I execute the following in psql on Redhat 6.2
i386, the postmaster process dies gives an error message about corrupted
shared memory:

--begin---
create function bug1(integer) returns numeric as '
begin return $1;
end;'
language 'plpgsql';


select bug1(5);

---end---

Any ideas?
 - Mark Butler


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Possible explanation for readline configuration problems
Next
From: Bruce Momjian
Date:
Subject: Re: Possible explanation for readline configuration problems