Re: First feature patch for plperl - draft [PATCH]

Поиск
Список
Период
Сортировка
От Tim Bunce
Тема Re: First feature patch for plperl - draft [PATCH]
Дата
Msg-id 20091204194018.GC89699@timac.local
обсуждение исходный текст
Ответ на Re: First feature patch for plperl - draft [PATCH]  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: First feature patch for plperl - draft [PATCH]  (Dimitri Fontaine <dfontaine@hi-media.com>)
Re: First feature patch for plperl - draft [PATCH]  ("David E. Wheeler" <david@kineticode.com>)
Список pgsql-hackers
On Fri, Dec 04, 2009 at 02:05:28PM -0500, Tom Lane wrote:
> Robert Haas <robertmhaas@gmail.com> writes:
> > So, do we look for another way to provide the functionality besides
> > having a GUC, or is the functionality itself bad?
> 
> I don't think we want random Perl code running inside the postmaster,
> no matter what the API to cause it is.  I might hold my nose for "on
> load" code if it can only run in backends, though I still say that
> it's a badly designed concept because of the uncertainty about who
> will run what when.

Robert's comparison with mod_perl is very apt. Preloading code gives
dramatic performance gains in production situations where there's a
significant codebase and connections are frequent.

The docs for plperl.on_perl_init could include a section relating to
it's use with shared_preload_libraries. That could document any issues
and caveats you feel are important.

Tim.


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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: PostgreSQL Release Support Policy
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Block-level CRC checks