Andrew Dunstan <[EMAIL PROTECTED]> 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
---------------------------(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