Re: plperl warning - Mailing list pgsql-hackers

From Tom Lane
Subject Re: plperl warning
Date
Msg-id 10631.1121030738@sss.pgh.pa.us
Whole thread Raw
In response to plperl warning  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> I am seeing this compile warning in plperl:
>     plperl.c:1622: warning: passing arg 1 of `Perl_newSVpv' discards
>     qualifiers from pointer target type

> Is anyone else seeing this?  This is with:

>     Summary of my perl5 (5.0 patchlevel 5 subversion 3) configuration:

No, because we're all using less obsolete Perls ;-).  Evidently they
added the const qualifier to newSVpv's declaration since then.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: suspicious pointer/integer coersion
Next
From: Andrew Dunstan
Date:
Subject: Re: plperl warning