]> granicus.if.org Git - postgresql/commit
Use case-insensitive comparison so that explicitly setting timezone=unknown
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 May 2004 22:24:08 +0000 (22:24 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 23 May 2004 22:24:08 +0000 (22:24 +0000)
commitf9df1b28e88c065793c27694f0c61d70e8733868
tree215bd4547a236120e77bf761ffe769ec74f36b51
parent256d4639c9d17e4f24531766b3773c0672a06ef2
Use case-insensitive comparison so that explicitly setting timezone=unknown
in postgresql.conf does the right thing.  variable.c got this right, but
not pgtz.c ...
src/timezone/pgtz.c