]> 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:47 +0000 (19:42 -0400)
commit88c3f56f0986f4a9f2471fb2eb33424fa6954679
tree1001384848d0061c9b6e9fc00a8877b4afbd934d
parent1195b8efe6fdffac7d4999e6be3e361aac32d724
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