Re: Where is hstore?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Where is hstore?
Дата
Msg-id 18529.1157483103@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Where is hstore?  (Teodor Sigaev <teodor@sigaev.ru>)
Список pgsql-hackers
I'm seeing the following compiler warnings from hstore on x86_64:

hstore_io.c: In function 'get_val':
hstore_io.c:51: warning: format '%d' expects type 'int', but argument 4 has type 'long int'
hstore_io.c: In function 'parse_hstore':
hstore_io.c:150: warning: format '%d' expects type 'int', but argument 4 has type 'long int'
hstore_io.c:158: warning: format '%d' expects type 'int', but argument 4 has type 'long int'
hstore_io.c:181: warning: format '%d' expects type 'int', but argument 4 has type 'long int'

It passes its regression test anyway, but these need to be fixed.
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [COMMITTERS] pgsql: sslinfo contrib module - information about current SSL
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCHES] Gen_fmgrtab.sh fails with LANG=et_EE