Re: - Proposal for repreparing prepared statements

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: - Proposal for repreparing prepared statements
Дата
Msg-id 15192.1158172465@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: - Proposal for repreparing prepared statements  ("Marshall, Steve" <smarshall@wsi.com>)
Список pgsql-hackers
"Marshall, Steve" <smarshall@wsi.com> writes:
> 1. Is the invalidation of stored plans going to be part of 8.2?  If not,
> any idea when it would be available?  I'd be willing to work on this, if
> it would help.

No, it did not get done; feel free to work on it for 8.3.

> 2. Is there any plan for the other part of my proposal, i.e. the ability
> to force one or all backends to reload their dynamically linked
> libraries?

I would vote urgently against that, as not all loadable libraries are
necessarily designed to survive being reloaded.  Nor have I heard any
previous requests for it; how often do loadable libraries get updated in
production?  Stuff like pltcl.so would only change at a version update,
for which you have to restart the postmaster anyway to bring in the new
executable image for postgres itself.

The LOAD command is meant for development, not as something that would
be invoked in production ...
        regards, tom lane


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: CVS commit messages and backpatching
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: Optimizer improvements: to do or not to do?