Re: [BUGS] Trigger causes the server to crash with SEGV

2001-06-01 Thread Tom Lane
I wrote: > I tried it here. I don't get a crash; I get a rather long delay and > then > psql:vlad.sql:61: ERROR: Memory exhausted in AllocSetContextCreate(8192) Some experimentation with other infinitely-recursive plpgsql functions soon turned up a crash, however: spi.c was being sloppy about n

Re: [BUGS] Trigger causes the server to crash with SEGV

2001-06-01 Thread Tom Lane
I tried it here. I don't get a crash; I get a rather long delay and then psql:vlad.sql:61: NOTICE: Error occurred while executing PL/pgSQL function sp_loc_parent_check psql:vlad.sql:61: NOTICE: line 12 at return psql:vlad.sql:61: ERROR: Memory exhausted in AllocSetContextCreate(8192) which

Re: [BUGS] Trigger causes the server to crash with SEGV

2001-06-01 Thread Tom Lane
[EMAIL PROTECTED] writes: > Trigger causes the server to crash with SEGV > PostgreSQL version : PostgreSQL 7.2devel on i686-pc-linux-gnu, compiled by GCC >egcs-2.91.66 You'll need to be more specific than "7.2devel". When was your last CVS pull? If it was since my trigger patches of yesterday

[BUGS] Trigger causes the server to crash with SEGV

2001-06-01 Thread pgsql-bugs
Vlad Seryakov ([EMAIL PROTECTED]) reports a bug with a severity of 1 The lower the number the more severe it is. Short Description Trigger causes the server to crash with SEGV Long Description PostgreSQL version : PostgreSQL 7.2devel on i686-pc-linux-gnu, compiled by GCC egcs-2.91.66 create tab