pgsql/src backend/utils/adt/timestamp.c test/r ...

From: ishii(at)postgresql(dot)org (Tatsuo Ishii)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src backend/utils/adt/timestamp.c test/r ...
Date: 2002-03-04 03:55:56
Message-ID: 20020304035556.C38EF475DD5@postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql
Changes by: ishii(at)postgresql(dot)org 02/03/03 22:55:52

Modified files:
src/backend/utils/adt: timestamp.c
src/test/regress/expected: timestamp.out timestamptz.out

Log message:
Fix bug in extract/date_part for milliseconds/miscroseconds and
timestamp/timestamptz combo. Now extract/date_part returns
seconds*1000 or 1000000 + fraction part as the manual stats.
regression test are also fixed.

See the thread in pgsql-hackers:

Subject: Re: [HACKERS] timestamp_part() bug?
Date: Sat, 02 Mar 2002 11:29:53 +0900

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2002-03-04 04:45:32 pgsql/src/backend/utils/init miscinit.c
Previous Message Tom Lane 2002-03-04 02:41:58 pgsql/src/interfaces/libpgtcl pgtclCmds.c