Re: Atomic rename feature for Windows. - Mailing list pgsql-hackers

From Juan José Santamaría Flecha
Subject Re: Atomic rename feature for Windows.
Date
Msg-id CAC+AXB0LkGEYm45NvHYYdycFZjTVWjs0jytGBe_4jq2AvrHq+g@mail.gmail.com
Whole thread Raw
In response to Re: Atomic rename feature for Windows.  (Victor Spirin <v.spirin@postgrespro.ru>)
Responses Re: Atomic rename feature for Windows.
List pgsql-hackers

On Thu, Jul 8, 2021 at 12:32 AM Victor Spirin <v.spirin@postgrespro.ru> wrote:

>   #if defined(_MSC_VER) && _MSC_VER >= 1900
> -#define MIN_WINNT 0x0600
> +#define MIN_WINNT 0x0A00
>   #else
>   #define MIN_WINNT 0x0501
>   #endif
> This is a large bump for Studio >= 2015 I am afraid.  That does not
> seem acceptable, as it means losing support for GetLocaleInfoEx()
> across older versions.
>
It seems that the MIN_WINNT value 0x0600 or 0x0A00 does not affect the
use of the GetLocaleInfoEx () function

 Anything below Windows Server 2012 (_WIN32_WINNT = 0x0602) is no longer supported. A patch with a bump on MIN_WINNT might be due.

Regards,

Juan José Santamaría Flecha

pgsql-hackers by date:

Previous
From: Hannu Krosing
Date:
Subject: Re: The Free Space Map: Problems and Opportunities
Next
From: "tanghy.fnst@fujitsu.com"
Date:
Subject: RE: [PATCH] Add tab-complete for backslash commands