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

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of
Date: 2012-10-07 14:41:26
Message-ID: E1TKs2o-00036e-Go@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2012-10-07 14:53:00 Re: pgsql: Fix compiling errors on Windows platform. Fix wrong usage of
Previous Message Thom Brown 2012-10-07 09:24:48 Re: pgsql: Use the regular main processing loop also in walsenders.