Re: [PATCH] tiny fix for plperlu - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: [PATCH] tiny fix for plperlu
Date
Msg-id Pine.LNX.4.30.0108291319270.677-100000@peter.localdomain
Whole thread Raw
In response to [PATCH] tiny fix for plperlu  (Alex Pilosov <alex@pilosoft.com>)
Responses Re: [PATCH] tiny fix for plperlu
List pgsql-hackers
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



pgsql-hackers by date:

Previous
From: Karel Zak
Date:
Subject: compile error: c_lock assembler
Next
From: Alex Pilosov
Date:
Subject: Re: [PATCH] tiny fix for plperlu