pgsql: Sync our copy of the timezone library with IANA release tzcode20
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: pgsql-committers@lists.postgresql.org
Date: 2019-07-17T22:26:45Z
Lists: pgsql-hackers
Sync our copy of the timezone library with IANA release tzcode2019b. A large fraction of this diff is just due to upstream's somewhat random decision to rename a bunch of internal variables and struct fields. However, there is an interesting new feature in zic: it's grown a "-b slim" option that emits zone files without 32-bit data and other backwards-compatibility hacks. We should consider whether we wish to enable that. Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/f285322f9cd3145ea2e5b870e6ba7e0c641422ac Modified Files -------------- src/timezone/README | 7 +- src/timezone/localtime.c | 89 +++++----- src/timezone/pgtz.h | 6 +- src/timezone/tzfile.h | 17 +- src/timezone/zic.c | 453 +++++++++++++++++++++++++---------------------- 5 files changed, 305 insertions(+), 267 deletions(-)
Commits
-
Silence compiler warning, hopefully.
- 847561c1d5e2 9.4.24 landed
- caa22d72a5f0 9.5.19 landed
- e480d8350be1 9.6.15 landed
- 8a4fa297a5dd 10.10 landed
- ee9417a04fba 11.5 landed
- 533522846ba0 12.0 landed
- 421466863548 13.0 landed
-
Sync our copy of the timezone library with IANA release tzcode2019b.
- f285322f9cd3 13.0 cited