Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did not

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5fbc1d4a452bf06bc4b8701e5a3f0bc7dfcac004
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2003-06-16T18:56:53Z
Releases: 7.3.4
Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did not
work at all, and neither case behaved sanely for negative intervals.

Files

PathChange+/−
src/backend/utils/adt/date.c modified +20 −7