Re: [PATCH] Windows port add support to BCryptGenRandom - Mailing list pgsql-hackers

From Juan José Santamaría Flecha
Subject Re: [PATCH] Windows port add support to BCryptGenRandom
Date
Msg-id CAC+AXB0diYaWV0nB95HmVkU7GtYjhLFv-WK=-WZv_5PO9W=MCw@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] Windows port add support to BCryptGenRandom  (Michael Paquier <michael@paquier.xyz>)
Responses Re: [PATCH] Windows port add support to BCryptGenRandom  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers


On Wed, Dec 18, 2019 at 3:20 AM Michael Paquier <michael@paquier.xyz> wrote:
On Tue, Dec 17, 2019 at 02:20:20PM +0000, Ranier Vilela wrote:
> As concern [1], at src/include/port/win32.h, the comments still
> references Windows XP and claims about possible MingW break.

This looks like a leftover of d9dd406, which has made the code to
require C99.  As we don't support compilation with Windows XP and
require Windows 7, we should be able to remove all the dance around
MIN_WINNT in win32.h, don't you think?


+1, there is a reference in [1] about that is possible to build PostgreSQL using the GNU compiler tools for older versions of Windows, that should be also updated.


Regards,

Juan José Santamaría Flecha

pgsql-hackers by date:

Previous
From: Kyotaro Horiguchi
Date:
Subject: Re: archive status ".ready" files may be created too early
Next
From: Peter Eisentraut
Date:
Subject: allow_system_table_mods and DROP RULE