]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Proceed to look for the next timezone when matching a localized
authorMagnus Hagander <magnus@hagander.net>
Thu, 8 Apr 2010 11:26:06 +0000 (11:26 +0000)
committerMagnus Hagander <magnus@hagander.net>
Thu, 8 Apr 2010 11:26:06 +0000 (11:26 +0000)
commitf93f91393847260c807aa59b90a7721a57c74e2d
treec4e4cbd001dfbffadd144129c95e1bcd27d33705
parent547e63680b60f4a6f94b07fac57af7ff9422a67c
Proceed to look for the next timezone when matching a localized
Windows timezone name where the information in the registry is
incomplete, instead of aborting.

This fixes cases when the registry information is incomplete for
a timezone that is alphabetically before the one that is in use.

Per report from Alexander Forschner
src/timezone/pgtz.c