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

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Enable 64-bit integer datetimes by default, per previous
Date: 2008-03-30 04:08:15
Message-ID: 20080330040815.355BD7558E7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-03-30 17:50:11 pgsql: Display incoming as well as outgoing foreign-key constraints in
Previous Message User Carvalho 2008-03-30 03:49:04 pllua - pllua: Minor fix.