pgsql: Make integer_datetimes the default for MSVC even if not mentioned

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make integer_datetimes the default for MSVC even if not mentioned
Date: 2008-04-15 12:16:51
Message-ID: 20080415121651.B48677559CC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make integer_datetimes the default for MSVC even if not mentioned in config.pl.

Modified Files:
--------------
pgsql/src/tools/msvc:
Solution.pm (r1.37 -> r1.38)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/Solution.pm?r1=1.37&r2=1.38)
config.pl (r1.10 -> r1.11)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/tools/msvc/config.pl?r1=1.10&r2=1.11)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-04-15 13:55:12 pgsql: Add pg_terminate_backend() to allow terminating only a single
Previous Message Tom Lane 2008-04-14 17:05:34 pgsql: Push index operator lossiness determination down to GIST/GIN