]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Sync our copy of the timezone library with IANA release tzcode2018f.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Oct 2018 23:36:34 +0000 (19:36 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 19 Oct 2018 23:36:34 +0000 (19:36 -0400)
commit11359db354b2f62e1da433da482657ff0a5ac180
tree2ba865306080a1afaf2e0b6040af5ea4f24fbeef
parent5777c93af49127988b32f2d3b50e9b617bf86d3f
Sync our copy of the timezone library with IANA release tzcode2018f.

About half of this is purely cosmetic changes to reduce the diff between
our code and theirs, like inserting "const" markers where they have them.

The other half is tracking actual code changes in zic.c and localtime.c.
I don't think any of these represent near-term compatibility hazards, but
it seems best to stay up to date.

I also fixed longstanding bugs in our code for producing the
known_abbrevs.txt list, which by chance hadn't been exposed before,
but which resulted in some garbage output after applying the upstream
changes in zic.c.  Notably, because upstream removed their old phony
transitions at the Big Bang, it's now necessary to cope with TZif files
containing no DST transition times at all.
src/timezone/README
src/timezone/localtime.c
src/timezone/pgtz.h
src/timezone/private.h
src/timezone/strftime.c
src/timezone/tzfile.h
src/timezone/zic.c