pgsql: On all Windows platforms, not just Cygwin, use _timezone and _tz

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: On all Windows platforms, not just Cygwin, use _timezone and _tz
Date: 2018-05-01 16:02:50
Message-ID: E1fDXju-000830-1D@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On all Windows platforms, not just Cygwin, use _timezone and _tzname.

Back-patch commit 868628e4f into the 9.5 branch, so that we can support
building that branch with Visual Studio 2015. This patch itself could
go further back, but other VS2015 patches such as 0fb54de9a and c8e81afc6
were only back-patched to 9.5, so there seems little point in handling
this one differently.

Discussion: https://postgr.es/m/CAD=LzWFg+Z-KUS3Wm8-1J2vOuYErJXbjuE6b7quzswQEBXJWMQ@mail.gmail.com

Branch
------
REL9_5_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3c0e07a466c97244825abf83f2f14ab94ac57624

Modified Files
--------------
src/include/port.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-05-01 17:06:37 pgsql: Remove investigative code for can't-reattach-to-shared-memory er
Previous Message Peter Eisentraut 2018-05-01 15:00:57 Re: pgsql: Indexes with INCLUDE columns and their support in B-tree