]> granicus.if.org Git - postgresql/commit
timestamptz_izone should return the input, not NULL, when the input
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Sep 2005 06:46:14 +0000 (06:46 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 9 Sep 2005 06:46:14 +0000 (06:46 +0000)
commitf2ebd01ef02968c03c3886296de3242bbc5f817d
treebb9f5eed08d5d8a4f21eebbcfdb5609ea8fee1c5
parenta239af02c3585f4355737230bc54902e8217f76e
timestamptz_izone should return the input, not NULL, when the input
is a non-finite timestamp, for consistency with related functions.
In other words: +infinity rotated to a different timezone is still
+infinity.
src/backend/utils/adt/timestamp.c