pgsql: Enable 64-bit integer datetimes by default, per previous - Mailing list pgsql-committers

From neilc@postgresql.org (Neil Conway)
Subject pgsql: Enable 64-bit integer datetimes by default, per previous
Date
Msg-id 20080330040815.355BD7558E7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql:
        configure (r1.587 -> r1.588)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure?r1=1.587&r2=1.588)
        configure.in (r1.554 -> r1.555)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/configure.in?r1=1.554&r2=1.555)
    pgsql/doc/src/sgml:
        config.sgml (r1.173 -> r1.174)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/config.sgml?r1=1.173&r2=1.174)
        datatype.sgml (r1.225 -> r1.226)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/datatype.sgml?r1=1.225&r2=1.226)
        installation.sgml (r1.305 -> r1.306)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/installation.sgml?r1=1.305&r2=1.306)

pgsql-committers by date:

Previous
From: carvalho@pgfoundry.org (User Carvalho)
Date:
Subject: pllua - pllua: Minor fix.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Display incoming as well as outgoing foreign-key constraints in