pgsql: Fix compiling errors on Windows platform. Fix wrong usage of - Mailing list pgsql-committers

From Tatsuo Ishii
Subject pgsql: Fix compiling errors on Windows platform. Fix wrong usage of
Date
Msg-id E1TKs2o-00036e-Go@gemulon.postgresql.org
Whole thread Raw
Responses Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of
List 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 by date:

Previous
From: Thom Brown
Date:
Subject: Re: pgsql: Use the regular main processing loop also in walsenders.
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of