Remove vestigial references to "zic" in favor of "IANA database".

Tom Lane <tgl@sss.pgh.pa.us>

Commit: da6ea70c32bed99ca040a5e04d83c0edd5dfc615
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-09-04T23:42:08Z
Releases: 10.0
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.

Files