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: E1baNVV-0006x1-7e@gemulon.postgresql.org
Views: Raw Message | Whole Thread | 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_4_STABLE

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

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