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-0003zk-29@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
------
master

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

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.