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-0006x3-7i@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_3_STABLE

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

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