Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did not
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 16 Jun 2003 18:56:53 +0000 (18:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 16 Jun 2003 18:56:53 +0000 (18:56 +0000)
commit5fbc1d4a452bf06bc4b8701e5a3f0bc7dfcac004
treec2e42967996ae2ca88d0afa9409edf9724f7a980
parent1e2d20910b793abd11e5b1c4355f9459affca9c5
Fix bugs in interval-to-time conversion: HAVE_INT64_TIMESTAMP case did not
work at all, and neither case behaved sanely for negative intervals.
src/backend/utils/adt/date.c