pgsql: Fix previous MinGW fix.

From: Andrew Gierth <rhodiumtoad(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix previous MinGW fix.
Date: 2019-02-16 15:24:05
Message-ID: E1gv1oz-00041Z-Oz@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix previous MinGW fix.

Definitions required for MinGW need to be outside #if _MSC_VER. Oops.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/79730e2a9bb1ce7837feddd16208ff2d9e490118

Modified Files
--------------
src/include/port/win32_port.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2019-02-16 21:11:25 pgsql: Allow user control of CTE materialization, and change the defaul
Previous Message Peter Eisentraut 2019-02-16 10:14:21 Re: pgsql: Remove WITH OIDS support, change oid catalog column visibility.