mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 06:08:26 -04:00
Make integer_datetimes the default on msvc as well, to have the same
default as other platforms.
This commit is contained in:
parent
64e31b4f82
commit
bb6f1eb9df
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue