I am seeing this compile warning in plperl:

        gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -fno-strict-aliasing
        -O1 -Wall -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith
        -Wcast-align -fpic -I. -I../../../src/include
        -I/usr/local/include/readline -I/usr/contrib/include
        -I/usr/libdata/perl5/5.00503/i386-bsdos/CORE  -c -o plperl.o plperl.c
        plperl.c: In function `plperl_spi_query':
        
        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:

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

---------------------------(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

Reply via email to