Re: PL/Perl compilation error

From: Gilles DAROLD <gilles(at)darold(dot)net>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PL/Perl compilation error
Date: 2000-10-16 17:34:41
Message-ID: 39EB3C30.63FB0CE2@darold.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Bruce Momjian wrote:

> Can you send me a patch?
>
> > Hi,
> >
> > I have take a look to the source code concerning PL/Perl, it seems that 2 variables
> > have a bad call : errgv and na.
> >
> > If you replace them by their normal call (in 5.6.0) PL_errgv and PL_na you will get
> > success to compile the lib plperl.so.
> >

This patch (simple diff) applies to postgresql-7.0.2.
See attachment...

Regards

Gilles DAROLD

Attachment Content-Type Size
patch-plperl-7.0.2.diff text/plain 664 bytes

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Darrin Ladd 2000-10-16 17:56:20 dump vs dumpall
Previous Message Geovan Rodriguez Collazo 2000-10-16 17:33:10 Design a new database

Browse pgsql-hackers by date

  From Date Subject
Next Message Adam Haberlach 2000-10-16 17:43:14 Re: AW: ALTER TABLE DROP COLUMN
Previous Message Tom Lane 2000-10-16 17:10:31 Re: Yet another LIKE-indexing scheme