pgsql: Modernize zic's test for valid timezone abbreviations. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Modernize zic's test for valid timezone abbreviations.
Date
Msg-id E1ajuNT-0006pd-M6@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Modernize zic's test for valid timezone abbreviations.

We really need to sync all of our IANA-derived timezone code with upstream,
but that's going to be a large patch and I certainly don't care to shove
such a thing into stable branches immediately before a release.  As a
stopgap, copy just the tzcode2016c logic that checks validity of timezone
abbreviations.  This prevents getting multiple "time zone abbreviation
differs from POSIX standard" bleats with tzdata 2014b and later.

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/528f112b049b22c72f1d16f22754585254d6115b

Modified Files
--------------
src/timezone/zic.c | 25 +++++--------------------
1 file changed, 5 insertions(+), 20 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Modernize zic's test for valid timezone abbreviations.
Next
From: Tom Lane
Date:
Subject: pgsql: Modernize zic's test for valid timezone abbreviations.