diff options
author | Magnus Hagander <magnus@hagander.net> | 2008-04-08 07:50:41 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2008-04-08 07:50:41 +0000 |
commit | bb6f1eb9df00c9009b6aa0402024cd68735db8f1 (patch) | |
tree | 8c4cb5da5594578d908e652505a232c918eb3703 /src | |
parent | 64e31b4f82a0370f6ed371c69b04d35f4c2ba010 (diff) | |
download | postgresql-bb6f1eb9df00c9009b6aa0402024cd68735db8f1.tar.gz postgresql-bb6f1eb9df00c9009b6aa0402024cd68735db8f1.zip |
Make integer_datetimes the default on msvc as well, to have the same
default as other platforms.
Diffstat (limited to 'src')
-rw-r--r-- | src/tools/msvc/config.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/msvc/config.pl b/src/tools/msvc/config.pl index 52e64ef6092..07403cad567 100644 --- a/src/tools/msvc/config.pl +++ b/src/tools/msvc/config.pl @@ -4,7 +4,7 @@ use warnings; our $config = { asserts=>0, # --enable-cassert - integer_datetimes=>0, # --enable-integer-datetimes + integer_datetimes=>1, # --enable-integer-datetimes nls=>undef, # --enable-nls=<path> tcl=>'c:\tcl', # --with-tls=<path> perl=>'c:\perl', # --with-perl |