Sync our copy of the timezone library with IANA release tzcode2018g.

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

Commit: 7dd8b3ca829a033aa09ea8cbfd624ecb6c264c4b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2018-10-31T13:48:30Z
Releases: 9.3.25
Sync our copy of the timezone library with IANA release tzcode2018g.

This patch absorbs an upstream fix to "zic" for a recently-introduced
bug that made it output data that some 32-bit clients couldn't read.
Given the current source data, the bug only manifests in zones with
leap seconds, which we don't generate, so that there's no actual
change in our installed timezone data files from this.  Still, in
case somebody uses our copy of "zic" to do something else, it seems
best to apply the fix promptly.

Also, update the README's notes about converting upstream code to
our conventions.

Files

PathChange+/−
src/timezone/README modified +10 −2
src/timezone/zic.c modified +39 −35