Postmaster fatal defect - pl/pgsql return type conversion
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
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
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