Re: question about the _SPI_save_plan() and plan cache

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: question about the _SPI_save_plan() and plan cache
Дата
Msg-id 25310.1248791701@sss.pgh.pa.us
обсуждение исходный текст
Ответ на question about the _SPI_save_plan() and plan cache  ("Tao Ma" <feng_eden@163.com>)
Список pgsql-hackers
"Tao Ma" <feng_eden@163.com> writes:
> Once we DROP the function, the memory consumed 
> by the plan will be leak.

I'm pretty unconcerned about DROP FUNCTION.  The case that seems worth
worrying about is CREATE OR REPLACE FUNCTION, and in that case we'll
reclaim the storage on the next call of the function.
        regards, tom lane


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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: [RFC] new digest datatypes, or generic fixed-len hex types?
Следующее
От: Teodor Sigaev
Дата:
Сообщение: Re: Filtering dictionaries support and unaccent dictionary