Enable 64-bit integer datetimes by default, per previous discussion.
Neil Conway <neilc@samurai.com>
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
| Path | Change | +/− |
|---|---|---|
| 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 |