]> granicus.if.org Git - postgresql/commit
Fix timestamptz_in so that parsing of 'now'::timestamptz gives right
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Feb 2003 05:25:25 +0000 (05:25 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Feb 2003 05:25:25 +0000 (05:25 +0000)
commit2bba78d605d8f71f5e60c63ea66afa43d4e24280
tree4e5fc4de2ec09278827cd4b36f7ba85218e14571
parentd1bb0db8dd208236f84f54e3c4ef6eac2ae4e71e
Fix timestamptz_in so that parsing of 'now'::timestamptz gives right
answer when SET TIMEZONE has been done since the start of the current
transaction.  Per bug report from Robert Haas.
I plan some futher cleanup in HEAD, but this is a low-risk patch for
the immediate issue in 7.3.
src/backend/utils/adt/datetime.c
src/backend/utils/adt/nabstime.c
src/include/utils/datetime.h