pgsql: Proceed to look for the next timezone when matching a localized

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Proceed to look for the next timezone when matching a localized
Date: 2010-04-08 11:26:00
Message-ID: 20100408112600.97BC37541D1@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
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

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/timezone:
pgtz.c (r1.48.2.3 -> r1.48.2.4)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.c?r1=1.48.2.3&r2=1.48.2.4)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2010-04-08 11:26:03 pgsql: Proceed to look for the next timezone when matching a localized
Previous Message Magnus Hagander 2010-04-08 11:25:58 pgsql: Proceed to look for the next timezone when matching a localized