apparent tsearch breakage on 64-bit machines - Mailing list pgsql-hackers

From Tom Lane
Subject apparent tsearch breakage on 64-bit machines
Date
Msg-id 4180.1189218667@sss.pgh.pa.us
Whole thread Raw
Responses Re: apparent tsearch breakage on 64-bit machines
List pgsql-hackers
On my x86_64 machine, CVS HEAD is throwing the following scary-looking
warnings:

to_tsany.c: In function 'pushval_morph':
to_tsany.c:247: warning: cast from pointer to integer of different size
to_tsany.c: In function 'to_tsquery_byid':
to_tsany.c:306: warning: cast to pointer from integer of different size
to_tsany.c: In function 'plainto_tsquery_byid':
to_tsany.c:344: warning: cast to pointer from integer of different size

Whether the code is actually safe or not, these are not acceptable.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Decibel!
Date:
Subject: Re: [FEATURE REQUEST] Streaming Onlinebackup (Maybe OFFTOPIC)
Next
From: Tom Lane
Date:
Subject: Re: apparent tsearch breakage on 64-bit machines