From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | pgsql-committers(at)postgresql(dot)org |
Subject: | pgsql: Remove vestigial references to "zic" in favor of "IANA database" |
Date: | 2016-09-04 23:43:10 |
Message-ID: | E1bgh4A-0004eX-9x@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Remove vestigial references to "zic" in favor of "IANA database".
Commit b2cbced9e instituted a policy of referring to the timezone database
as the "IANA timezone database" in our user-facing documentation.
Propagate that wording into a couple of places that were still using "zic"
to refer to the database, which is definitely not right (zic is the
compilation tool, not the data).
Back-patch, not because this is very important in itself, but because
we routinely cherry-pick updates to the tznames files and I don't want
to risk future merge failures.
Branch
------
REL9_4_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/0397fbaa67213647b65e5f8b50987f9b4eb22a43
Modified Files
--------------
src/timezone/tznames/Africa.txt | 2 +-
src/timezone/tznames/America.txt | 12 ++++----
src/timezone/tznames/Asia.txt | 12 ++++----
src/timezone/tznames/Australia | 12 ++++----
src/timezone/tznames/Australia.txt | 36 +++++++++++-----------
src/timezone/tznames/Default | 62 +++++++++++++++++++-------------------
src/timezone/tznames/Etc.txt | 2 +-
src/timezone/tznames/Europe.txt | 8 ++---
src/timezone/tznames/Pacific.txt | 12 ++++----
src/tools/RELEASE_CHANGES | 2 +-
10 files changed, 80 insertions(+), 80 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2016-09-05 00:02:37 | pgsql: Add regression test coverage for non-default timezone abbreviati |
Previous Message | Tom Lane | 2016-09-04 17:20:06 | pgsql: Update release notes to mention need for ALTER EXTENSION UPDATE. |