pgsql: Remove vestigial references to "zic" in favor of "IANA database"

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-0004ec-AR@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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/88c3f56f0986f4a9f2471fb2eb33424fa6954679

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(-)

Browse pgsql-committers by date

  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.