Enable 64-bit integer datetimes by default, per previous discussion.

Neil Conway <neilc@samurai.com>

Commit: 2169e42bef9db7e0bdd1bea00b81f44973ad83c8
Author: Neil Conway <neilc@samurai.com>
Date: 2008-03-30T04:08:15Z
Releases: 8.4.0
Enable 64-bit integer datetimes by default, per previous discussion.
This requires a working 64-bit integer type. If such a type cannot
be found, "--disable-integer-datetimes" can be used to switch
back to the previous floating point-based datetime implementation.

Files

PathChange+/−
configure modified +27 −3
configure.in modified +17 −3
doc/src/sgml/config.sgml modified +6 −6
doc/src/sgml/datatype.sgml modified +24 −17
doc/src/sgml/installation.sgml modified +14 −7