pgsql: Update Windows timezone mapping from Windows 7 and 10

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update Windows timezone mapping from Windows 7 and 10
Date: 2016-08-18 13:37:17
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update Windows timezone mapping from Windows 7 and 10

This adds a couple of new timezones that are present in the newer
versions of Windows. It also updates comments to reference UTC rather
than GMT, as this change has been made in Windows.

Michael Paquier

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/a0833b972bd1e1198486bcea1651fcbd160a02c3

Modified Files
--------------
src/bin/initdb/findtimezone.c | 389 ++++++++++++++++++++++++++++++------------
1 file changed, 281 insertions(+), 108 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-08-18 14:52:48 pgsql: Support the new regexp_match() function for citext.
Previous Message Peter Eisentraut 2016-08-18 12:44:35 pgsql: Improve formatting of comments in plpgsql.h