pgsql: Sync tzload() and tzparse() APIs with IANA release tzcode2016c. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Sync tzload() and tzparse() APIs with IANA release tzcode2016c.
Date
Msg-id E1akeZU-0003B5-HB@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Sync tzload() and tzparse() APIs with IANA release tzcode2016c.

This brings us a bit closer to matching upstream, but since it affects
files outside src/timezone/, we might choose not to back-patch it.
Hence keep it separate from the main update patch.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/1f4e9da624a0caf78bcb526f6b05f5993e26f2c7

Modified Files
--------------
src/bin/initdb/findtimezone.c |  6 +++---
src/timezone/localtime.c      | 41 +++++++++++++++++++----------------------
src/timezone/pgtz.c           |  4 ++--
src/timezone/pgtz.h           |  4 ++--
4 files changed, 26 insertions(+), 29 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Stamp 9.1.21.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Mention BRIN as able to do multi-column indexes