pgsql: Fix compiling errors on Windows platform. Fix wrong usage of

Поиск
Список
Период
Сортировка
От Tatsuo Ishii
Тема pgsql: Fix compiling errors on Windows platform. Fix wrong usage of
Дата
Msg-id E1TKs2o-00036e-Go@gemulon.postgresql.org
обсуждение исходный текст
Ответы Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-committers
Fix compiling errors on Windows platform. Fix wrong usage of
INT64CONST macro. Fix lo_hton64 and lo_ntoh64 not to use int32_t and
uint32_t.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/7e2f8ed2b0dcff052b8f06069e2d69f02b774f04

Modified Files
--------------
src/include/storage/large_object.h |    2 +-
src/interfaces/libpq/fe-lobj.c     |   12 ++++++------
2 files changed, 7 insertions(+), 7 deletions(-)


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

Предыдущее
От: Thom Brown
Дата:
Сообщение: Re: pgsql: Use the regular main processing loop also in walsenders.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of