Re: plperl warning

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: plperl warning
Date: 2005-07-10 21:25:38
Message-ID: 10631.1121030738@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2005-07-10 21:29:32 Re: plperl warning
Previous Message Tom Lane 2005-07-10 21:17:33 Re: suspicious pointer/integer coersion