apparent tsearch breakage on 64-bit machines

Поиск
Список
Период
Сортировка
От Tom Lane
Тема apparent tsearch breakage on 64-bit machines
Дата
Msg-id 4180.1189218667@sss.pgh.pa.us
обсуждение исходный текст
Ответы Re: apparent tsearch breakage on 64-bit machines
Список 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 по дате отправления:

Предыдущее
От: Decibel!
Дата:
Сообщение: Re: [FEATURE REQUEST] Streaming Onlinebackup (Maybe OFFTOPIC)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: apparent tsearch breakage on 64-bit machines