pgsql: Use _USE_32BIT_TIME_T when building with MSVC.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use _USE_32BIT_TIME_T when building with MSVC.
Date: 2007-12-11 14:34:43
Message-ID: 20071211143443.5D6E47540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use _USE_32BIT_TIME_T when building with MSVC. Also, enforce that it's
used when building addons.

Dave Page

Modified Files:
--------------
pgsql/src/include/port:
win32.h (r1.81 -> r1.82)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h?r1=1.81&r2=1.82)
pgsql/src/tools/msvc:
Project.pm (r1.14 -> r1.15)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Project.pm?r1=1.14&r2=1.15)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-12-11 14:41:53 Re: Document how to turn off disk write cache on popular operating
Previous Message Bruce Momjian 2007-12-11 13:18:42 Re: Document how to turn off disk write cache on popular operating