tsvector prints pointer difference as int

Поиск
Список
Период
Сортировка
От Kris Jurka
Тема tsvector prints pointer difference as int
Дата
Msg-id Pine.BSO.4.64.0803100154580.24272@leary.csoft.net
обсуждение исходный текст
Ответы Re: tsvector prints pointer difference as int  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
The tsvector code is printing a pointer difference as an integer,
generating the following warning:

tsvector.c: In function 'tsvectorin':
tsvector.c:225: warning: format '%d' expects type 'int', but argument 2
has type 'long int'

I was thinking the %td specifier wasn't well supported enough, so I simply
used long.

Kris Jurka

Вложения

В списке pgsql-patches по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] Include Lists for Text Search
Следующее
От: Oleg Bartunov
Дата:
Сообщение: Re: [HACKERS] Include Lists for Text Search