Re: plperl warning - Mailing list pgsql-hackers

From Tom Lane
Subject Re: plperl warning
Date
Msg-id 10852.1121031724@sss.pgh.pa.us
Whole thread Raw
In response to Re: plperl warning  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> . I am seeing LOTS of warnings (not for plperl) about mismatched 
> signedness of things

Yeah, the multibyte code is just full of places where "char *" is passed
to "unsigned char *" or vice versa.  It's harmless, but on compilers
that warn about that (which includes the latest gcc releases) it's
pretty annoying.  Sometime we'll have to clean it up.
        regards, tom lane


pgsql-hackers by date:

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