pgsql: Fix compiler warnings on 64-bit boxes: difference between

Поиск
Список
Период
Сортировка
От teodor@postgresql.org (Teodor Sigaev)
Тема pgsql: Fix compiler warnings on 64-bit boxes: difference between
Дата
Msg-id 20060906072214.950149FB264@postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix compiler warnings on 64-bit boxes:  (Gavin Sherry <swm@linuxworld.com.au>)
Список pgsql-committers
Log Message:
-----------
Fix compiler warnings on 64-bit boxes: difference between
pointers are int64, but warnings are emitted for position info in
error messages in parser, so, just cast it to int32

Modified Files:
--------------
    pgsql/contrib/hstore:
        hstore_io.c (r1.1 -> r1.2)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/hstore/hstore_io.c.diff?r1=1.1&r2=1.2)

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

Предыдущее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Add interval division/multiplication regression tests.
Следующее
От: Gavin Sherry
Дата:
Сообщение: Re: pgsql: Fix compiler warnings on 64-bit boxes: