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