]> granicus.if.org Git - postgresql/commit
Sync our copy of the timezone library with IANA release tzcode2018g.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 31 Oct 2018 13:47:53 +0000 (09:47 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 31 Oct 2018 13:48:04 +0000 (09:48 -0400)
commitf107c33461e5372fa2257c09bcdb173c9d47dc03
tree70dbd2ef0db3310b8d0bcff759728d0a73b1cee3
parent58c45fdaa82fb37f1a4788df8d908c0f159b9c88
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.
src/timezone/README
src/timezone/zic.c