Postmaster fatal defect - pl/pgsql return type conversion

Started by Mark Butlerabout 25 years ago3 messageshackers
Jump to latest
#1Mark Butler
butlerm@middle.net

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

#2Mark Butler
butlerm@middle.net
In reply to: Mark Butler (#1)
Re: Postmaster fatal defect - False alarm

Mark Butler wrote:

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:

I just updated to REL7_1 and recompiled and the problem has gone away.

- Mark Butler

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Mark Butler (#1)
Re: Postmaster fatal defect - pl/pgsql return type conversion

Mark Butler <butlerm@middle.net> writes:

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:

Works for me ... when was your last update?

regards, tom lane