Remove vestigial references to "zic" in favor of "IANA database".
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/timezone/tznames/Africa.txt | modified | +1 −1 |
| src/timezone/tznames/America.txt | modified | +6 −6 |
| src/timezone/tznames/Asia.txt | modified | +6 −6 |
| src/timezone/tznames/Australia | modified | +6 −6 |
| src/timezone/tznames/Australia.txt | modified | +18 −18 |
| src/timezone/tznames/Default | modified | +31 −31 |
| src/timezone/tznames/Etc.txt | modified | +1 −1 |
| src/timezone/tznames/Europe.txt | modified | +4 −4 |
| src/timezone/tznames/Pacific.txt | modified | +6 −6 |
| src/tools/RELEASE_CHANGES | modified | +1 −1 |