[PATCH] tiny fix for plperlu

From: Alex Pilosov <alex(at)pilosoft(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] tiny fix for plperlu
Date: 2001-08-29 04:09:52
Message-ID: Pine.BSO.4.10.10108290007290.19501-200000@spider.pilosoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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

Attachment Content-Type Size
plperlu.fix1.diff text/plain 868 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alex Pilosov 2001-08-29 04:23:34 [PATCH] [LARGE] select * from cursor foo
Previous Message Marc G. Fournier 2001-08-29 03:44:16 List archives moved and cleaned up ...