Re: [HACKERS] [COMMITTERS] pgsql: Fix and simplify check for whether we're running as Windows serv

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] [COMMITTERS] pgsql: Fix and simplify check for whether we're running as Windows serv
Дата
Msg-id 2970.1489959622@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [HACKERS] Re: [COMMITTERS] pgsql: Fix and simplify check for whether we'rerunning as Windows serv  (Heikki Linnakangas <hlinnaka@iki.fi>)
Ответы [HACKERS] Re: [COMMITTERS] pgsql: Fix and simplify check for whether we'rerunning as Windows serv  (Heikki Linnakangas <hlinnaka@iki.fi>)
Список pgsql-hackers
Heikki Linnakangas <hlinnaka@iki.fi> writes:
> On 03/17/2017 07:57 PM, Tom Lane wrote:
>> This seems to have broken narwhal:

> It's not very nice to change the requirements in a minor version, but I 
> don't think this would be a real problem for anyone. Not many people 
> build PostgreSQL using MinGW, let alone with an ancient version of it. 
> But if people don't agree, we could instead revert this patch and apply 
> the smaller V2 patch [2] instead, in the back-branches.

> Thoughts? Any objections to requiring a newer version of MinGW? Any 
> objections to do so in the next minor release?

Hm.  I'm +1 for doing that in HEAD, but less so for the back branches.

Can we get some fix on when the functions in question were added
to MinGW?  If we knew how new a toolchain we'd be requiring here,
that would help make this decision.
        regards, tom lane



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: [HACKERS] Re: [COMMITTERS] pgsql: Fix and simplify check for whether we'rerunning as Windows serv
Следующее
От: Andreas Karlsson
Дата:
Сообщение: Re: [HACKERS] ICU integration