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

Поиск
Список
Период
Сортировка
От neilc@postgresql.org (Neil Conway)
Тема pgsql: Enable 64-bit integer datetimes by default, per previous
Дата
Msg-id 20080330040815.355BD7558E7@cvs.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: carvalho@pgfoundry.org (User Carvalho)
Дата:
Сообщение: pllua - pllua: Minor fix.
Следующее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Display incoming as well as outgoing foreign-key constraints in