pgsql: Sync tzload() and tzparse() APIs with IANA release tzcode2016c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Sync tzload() and tzparse() APIs with IANA release tzcode2016c.
Date: 2016-03-28 21:19:36
Message-ID: E1akeZU-0003B5-HB@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

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(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2016-03-28 22:12:13 pgsql: Mention BRIN as able to do multi-column indexes
Previous Message Tom Lane 2016-03-28 20:17:04 pgsql: Stamp 9.1.21.

Browse pgsql-hackers by date

  From Date Subject
Next Message Petr Jelinek 2016-03-28 21:51:34 Re: Relation extension scalability
Previous Message Peter Geoghegan 2016-03-28 20:27:02 Re: Dealing with collation and strcoll/strxfrm/etc