]> granicus.if.org Git - postgresql/commit
Fix floating-point timestamp comparisons to not go nuts if NaN is
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Aug 2003 00:10:31 +0000 (00:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 8 Aug 2003 00:10:31 +0000 (00:10 +0000)
commitf2b6bb42ab24242a9b9d73d0324b00db5194b1cf
treeefb065fbd019e32a36c8cd389fc25b110c27a517
parente060701f510e0938617c30a6209cf956ceab36e9
Fix floating-point timestamp comparisons to not go nuts if NaN is
encountered; per bug report from Christian van der Leeden 8/7/03.
Also, adjust larger/smaller routines (MAX/MIN) to share code with
comparisons for timestamp, interval, timetz.
src/backend/utils/adt/date.c
src/backend/utils/adt/timestamp.c