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)
commite797a3524928bbd659656d4c4a76d0ed4df26146
tree61f215ea9e1a4dd915afa1864687f323528b2856
parent3193ddaccfec36a5777d33a4661164a79f9eaae5
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