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 10:38:31
Message-ID: E1baKiV-0003zl-2F@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_6_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/191d45793df71d69b83cfa3c8c2747f7597ba1b7

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 Heikki Linnakangas 2016-08-18 10:41:47 pgsql: Refactor RandomSalt to handle salts of different lengths.
Previous Message Heikki Linnakangas 2016-08-18 10:29:31 pgsql: Refactor sendAuthRequest.