Thread: Postmaster fatal defect - pl/pgsql return type conversion

Postmaster fatal defect - pl/pgsql return type conversion

From
Mark Butler
Date:
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


Re: Postmaster fatal defect - False alarm

From
Mark Butler
Date:
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


Re: Postmaster fatal defect - pl/pgsql return type conversion

From
Tom Lane
Date:
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