]> granicus.if.org Git - postgresql/commit
EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestamp
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 Sep 2002 22:55:54 +0000 (22:55 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 3 Sep 2002 22:55:54 +0000 (22:55 +0000)
commitb3506006b56487cc7ec440703ebc5d5835c55629
tree4051f91c9e2e9c35af1e6fff4dac45b02ee8f466
parentd61de58906249e8fb8e44d1ef454d029325526a3
EXTRACT(EPOCH FROM timestamp) gave wrong answers in the int64-timestamp
case for timestamptz input, and differently wrong answers in the float-
timestamp case for timestamp input.
src/backend/utils/adt/timestamp.c