]> 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:21 +0000 (19:42 -0400)
commit06b185d181897c4a9672e26b93d5abc89de52f85
treec2c79f17dc0f6d8d0b5a6736482706b6981490b2
parent7bdf63ccdc70e7168740bdc426195b3b5d508f29
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