OSDN Git Service

Avoid calling select_default_timezone() when backing out an unwanted TZ
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 May 2004 23:12:11 +0000 (23:12 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 May 2004 23:12:11 +0000 (23:12 +0000)
commit9e0fcc2ad55a36bd5fdeeb276ba8bb89d3170e97
treecc36009f7745d01ba12d89e3c3856ecc8738bc4a
parentf9df1b28e88c065793c27694f0c61d70e8733868
Avoid calling select_default_timezone() when backing out an unwanted TZ
setting.  This is a temporary kluge to keep Alvaro happy; eventually we
should fix the TZ library API to make the problem really go away.
src/backend/commands/variable.c