Bruce Momjian <[email protected]> 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
---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match