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

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

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