Remove vestigial references to "zic" in favor of "IANA database".
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Sep 2016 23:42:08 +0000 (19:42 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 4 Sep 2016 23:42:28 +0000 (19:42 -0400)
commitc26a3aba7d58724377030a2ab6d44681f0d0ec23
tree1d287c930f797fbdf83feb0b576a756efc3e0128
parent08a72872f516573c31f51868dbb82abd2b32f67a
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.
src/timezone/tznames/Africa.txt
src/timezone/tznames/America.txt
src/timezone/tznames/Asia.txt
src/timezone/tznames/Australia
src/timezone/tznames/Australia.txt
src/timezone/tznames/Default
src/timezone/tznames/Etc.txt
src/timezone/tznames/Europe.txt
src/timezone/tznames/Pacific.txt
src/tools/RELEASE_CHANGES