]> granicus.if.org Git - postgresql/commit
AdjustTimestampForTypmod does not work (at least not portably) on
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Oct 2001 15:50:48 +0000 (15:50 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 3 Oct 2001 15:50:48 +0000 (15:50 +0000)
commit77be5f9451280f356213c62823287337c4bb54ef
tree4dde2d1568d6206ee770522a77a50bbd1ca1b907
parenta390975cc14f76ff12c8b3fd97fc95510fed8a18
AdjustTimestampForTypmod does not work (at least not portably) on
-infinity and +infinity.  Put TIMESTAMP_NOT_FINITE guard into the routine,
instead of forgetting it at some call sites.  Fixes regression test
failures here.
src/backend/utils/adt/timestamp.c