]> granicus.if.org Git - postgresql/commit
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:40 +0000 (19:42 -0400)
commit891ed9317d329aed4fe247f8b2a40cc6dbeab1c7
treea10489906716147ee93c6091e77a96363b964ecf
parentee78d488535e5dea4b3b4814094087443569a52f
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