Fix bug in extract/date_part for milliseconds/miscroseconds and

Tatsuo Ishii <ishii@postgresql.org>

Commit: 3382fbb60d15a865ca08ed81e5d467a1a71a53de
Author: Tatsuo Ishii <ishii@postgresql.org>
Date: 2002-03-04T03:55:50Z
Releases: 7.3.1
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

Files