Re: Atomic rename feature for Windows.

From: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
To: Juan José Santamaría Flecha <juanjo(dot)santamaria(at)gmail(dot)com>
Cc: Victor Spirin <v(dot)spirin(at)postgrespro(dot)ru>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Michael Paquier <michael(at)paquier(dot)xyz>
Subject: Re: Atomic rename feature for Windows.
Date: 2021-09-24 03:32:25
Message-ID: CA+hUKG+aad7s=aF8_SSzwup747Ou8A_ESrmyQX5TKx90cyb0fg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Sep 8, 2021 at 10:13 PM Juan José Santamaría Flecha
<juanjo(dot)santamaria(at)gmail(dot)com> wrote:
> On Thu, Jul 8, 2021 at 12:32 AM Victor Spirin <v(dot)spirin(at)postgrespro(dot)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.

+1

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message 蔡梦娟 (玊于) 2021-09-24 03:59:42 回复:回复:Queries that should be canceled will get stuck on secure_write function
Previous Message Amit Kapila 2021-09-24 03:10:30 Re: Column Filtering in Logical Replication