1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Default to integer timestamps being off until 8.4, to correspond

to the settings used for other platforms.
This commit is contained in:
Magnus Hagander
2007-12-03 17:17:05 +00:00
parent 8aa318c631
commit 739338e88a

View File

@ -4,7 +4,7 @@ use warnings;
our $config = { our $config = {
asserts=>1, # --enable-cassert asserts=>1, # --enable-cassert
integer_datetimes=>1, # --enable-integer-datetimes integer_datetimes=>0, # --enable-integer-datetimes
nls=>undef, # --enable-nls=<path> nls=>undef, # --enable-nls=<path>
tcl=>'c:\tcl', # --with-tls=<path> tcl=>'c:\tcl', # --with-tls=<path>
perl=>'c:\perl', # --with-perl perl=>'c:\perl', # --with-perl