[PATCH] tiny fix for plperlu

Started by Alex Pilosovover 24 years ago3 messageshackers
Jump to latest
#1Alex Pilosov
alex@pilosoft.com

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

Attachments:

plperlu.fix1.difftext/plain; charset=US-ASCII; name=plperlu.fix1.diffDownload+16-1
#2Peter Eisentraut
peter_e@gmx.net
In reply to: Alex Pilosov (#1)
Re: [PATCH] tiny fix for plperlu

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

#3Alex Pilosov
alex@pilosoft.com
In reply to: Peter Eisentraut (#2)
Re: [PATCH] tiny fix for plperlu

Nevermind this patch then...

On Wed, 29 Aug 2001, Peter Eisentraut wrote:

Show quoted text

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.