pgsql/src/backend/utils/adt date.c

From: thomas(at)postgresql(dot)org (Thomas Lockhart)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/utils/adt date.c
Date: 2002-06-01 15:52:15
Message-ID: 20020601155215.C5248475A53@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: thomas(at)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian - CVS 2002-06-01 19:53:31 pgsql/doc TODO
Previous Message Tom Lane 2002-05-30 20:45:18 pgsql/doc/src/sgml mvcc.sgml ref/lock.sgml