Обсуждение: [PATCH] tiny fix for plperlu

Поиск
Список
Период
Сортировка

[PATCH] tiny fix for plperlu

От
Alex Pilosov
Дата:
Attached patch fixes following problem: createlang.sh expects one handler
for each PL. If a handler function for a new PL is found in pg_languages,
PL won't be created. So you need to have plperl_call_handler and
plperlu_call_handler. This patch just does that.

-alex

Re: [PATCH] tiny fix for plperlu

От
Peter Eisentraut
Дата:
Alex Pilosov writes:

> Attached patch fixes following problem: createlang.sh expects one handler
> for each PL. If a handler function for a new PL is found in pg_languages,
> PL won't be created. So you need to have plperl_call_handler and
> plperlu_call_handler. This patch just does that.

This is already fixed by allowing handlers to be shared.

-- 
Peter Eisentraut   peter_e@gmx.net   http://funkturm.homeip.net/~peter



Re: [PATCH] tiny fix for plperlu

От
Alex Pilosov
Дата:
Nevermind this patch then...

On Wed, 29 Aug 2001, Peter Eisentraut wrote:

> Alex Pilosov writes:
> 
> > Attached patch fixes following problem: createlang.sh expects one handler
> > for each PL. If a handler function for a new PL is found in pg_languages,
> > PL won't be created. So you need to have plperl_call_handler and
> > plperlu_call_handler. This patch just does that.
> 
> This is already fixed by allowing handlers to be shared.
> 
>