pgsql: Add CST (China Standard Time) to our lists of timezone abbreviat

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add CST (China Standard Time) to our lists of timezone abbreviat
Date: 2014-12-24 21:36:14
Message-ID: E1Y3tbK-00040Y-6s@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add CST (China Standard Time) to our lists of timezone abbreviations.

For some reason this seems to have been missed when the lists in
src/timezone/tznames/ were first constructed. We can't put it in Default
because of the conflict with US CST, but we should certainly list it among
the alternative entries in Asia.txt. (I checked for other oversights, but
all the other abbreviations that are in current use according to the IANA
files seem to be accounted for.) Noted while responding to bug #12326.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/5c8665892035a9b8d97501cbafbc45f5157279a4

Modified Files
--------------
src/timezone/tznames/America.txt | 2 ++
src/timezone/tznames/Asia.txt | 9 +++++++++
src/timezone/tznames/Australia.txt | 1 +
src/timezone/tznames/Default | 1 +
4 files changed, 13 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-12-25 11:47:34 pgsql: Move pg_lzcompress.c to src/common.
Previous Message Andrew Dunstan 2014-12-24 15:32:38 pgsql: Fix installcheck case for tap tests