Re: [BUGS] Bug #933: Too many inserts crash server

2003-04-03 Thread Tom Lane
[EMAIL PROTECTED] writes: > If I create an external C function consisting of a > simple loop that inserts 25 records into a table > the server process eventually crashes. The memory leak goes away if you add SPI_freetuptable(SPI_tuptable); after the SPI_exec() call. I am not sure w

[BUGS] Bug #933: Too many inserts crash server

2003-04-03 Thread pgsql-bugs
Mark Pether ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description Too many inserts crash server Long Description If I create an external C function consisting of a simple loop that inserts 25 records into a table the server proce