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

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

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