Postmaster fatal defect - pl/pgsql return type conversion

From: Mark Butler <butlerm(at)middle(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Postmaster fatal defect - pl/pgsql return type conversion
Date: 2001-04-14 03:17:57
Message-ID: 3AD7C165.B4E4910A@middle.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Butler 2001-04-14 03:37:17 Re: Postmaster fatal defect - False alarm
Previous Message Tom Lane 2001-04-14 03:07:07 Possible explanation for readline configuration problems