Re: PL/Perl compilation error
Gilles Darold <gilles@darold.net>
From: Gilles DAROLD <gilles@darold.net>
To: Bruce Momjian <pgman@candle.pha.pa.us>
Cc: pgsql-general@postgresql.org
Date: 2000-10-16T17:34:41Z
Lists: pgsql-hackers
Attachments
- patch-plperl-7.0.2.diff (text/plain)
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