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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: a bug that might be related to BUG #1739
Дата
Msg-id 20751.1120431221@sss.pgh.pa.us
обсуждение исходный текст
Ответ на a bug that might be related to BUG #1739  (Tzahi Fadida <tzahi_ml@myrealbox.com>)
Ответы Re: a bug that might be related to BUG #1739  (Tzahi Fadida <tzahi_ml@myrealbox.com>)
Список pgsql-bugs
Tzahi Fadida <tzahi_ml@myrealbox.com> 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 function,
so I'm inclined to think the leak is in your own code.  Post a complete
example if you want it investigated.

            regards, tom lane

В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tzahi Fadida
Дата:
Сообщение: a bug that might be related to BUG #1739
Следующее
От: Tzahi Fadida
Дата:
Сообщение: Re: a bug that might be related to BUG #1739