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:25:58
Message-ID: 20100408112558.51C157541D0@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

Modified Files:
--------------
pgsql/src/timezone:
pgtz.c (r1.68 -> r1.69)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/timezone/pgtz.c?r1=1.68&r2=1.69)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2010-04-08 11:26:00 pgsql: Proceed to look for the next timezone when matching a localized
Previous Message Simon Riggs 2010-04-08 07:46:23 Re: [COMMITTERS] pgsql: Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset()