Re: [PATCH] Windows port add support to BCryptGenRandom

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Ranier Vilela <ranier_gyn(at)hotmail(dot)com>
Cc: "pgsql-hackers(at)lists(dot)postgresql(dot)org" <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: [PATCH] Windows port add support to BCryptGenRandom
Date: 2019-12-18 02:19:54
Message-ID: 20191218021954.GE1836@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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?
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Amit Langote 2019-12-18 02:23:17 Re: empty column name in error message
Previous Message Michael Paquier 2019-12-18 02:11:45 Re: [PATCH] Improve documentation of REINDEX options