pgsql/src/backend/utils/adt date.c - Mailing list pgsql-committers

From thomas@postgresql.org (Thomas Lockhart)
Subject pgsql/src/backend/utils/adt date.c
Date
Msg-id 20020601155215.C5248475A53@postgresql.org
Whole thread Raw
List pgsql-committers
CVSROOT:    /cvsroot
Module name:    pgsql
Changes by:    thomas@postgresql.org    02/06/01 11:52:15

Modified files:
    src/backend/utils/adt: date.c

Log message:
    Fix timestamp to date conversion for the case where timestamp uses a double
    precision storage format. Previously applied the same math as used for the
    64-bit integer storage format case, which was wrong.
    Problem introduced recently when the 64-bit storage format was
    implemented.


pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql/doc/src/sgml mvcc.sgml ref/lock.sgml
Next
From: momjian@postgresql.org (Bruce Momjian - CVS)
Date:
Subject: pgsql/doc TODO