]> 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:24:55 +0000 (05:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 20 Feb 2003 05:24:55 +0000 (05:24 +0000)
commit4df0f1d26f62e835bb357fa7c2e3d5de5fcbf802
tree69c6672d8d02795c391af05d359a1f253aad6cdb
parent69c049cef4ad2bce1b6ac9e96544cbaaa907378e
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