]> 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:08 +0000 (19:42 -0400)
commitda6ea70c32bed99ca040a5e04d83c0edd5dfc615
tree363307fe353079cd0a468a6839b336ebd8ce4899
parent5a072244919a92b2c757b2e3985191f02d674627
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