Re: [BUGS] a bug that might be related to BUG #1739

2005-07-03 Thread Tzahi Fadida
PG_RETURN_INT32(1); } Regards, tzahi. > -Original Message- > From: Tom Lane [mailto:[EMAIL PROTECTED] > Sent: Monday, July 04, 2005 12:54 AM > To: Tzahi Fadida > Cc: pgsql-bugs@postgresql.org > Subject: Re: [BUGS] a bug that might be related to BUG #1739

Re: [BUGS] a bug that might be related to BUG #1739

2005-07-03 Thread Tom Lane
Tzahi Fadida <[EMAIL PROTECTED]> writes: > I am writing C functions and I use SPI extensively. > Till now I used cursors and there was no memory leaks. > But now I do thousands of inserts using SPI_execp > and I also give it parameters. If SPI_execp leaked memory then so would almost any plpgsql f