Re: [BUGS] Replication to Postgres 10 on Windows is broken

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: [BUGS] Replication to Postgres 10 on Windows is broken
Дата
Msg-id 20170806215521.d6fq4esvx7s5ejka@alap3.anarazel.de
обсуждение исходный текст
Ответ на Re: [BUGS] Replication to Postgres 10 on Windows is broken  (Andres Freund <andres@anarazel.de>)
Ответы Re: [BUGS] Replication to Postgres 10 on Windows is broken
Список pgsql-bugs
On 2017-08-06 13:07:42 -0700, Andres Freund wrote:
> Is anybody working on a patch like this? I can try writing one blindly,
> if somebody else tests it.  But if somebody natively on windows is
> working on it, that's going to be more efficient.  It'd be nice to have
> something merged by wrap tomorrow...

Here's a prototype patch implementing what Tom outlined. I've compiled
it with mingw under linux, but haven't run it.  Could some windows
capable person take this for a spin?

Unfortunately we can't just push this to the BF and see what it says -
our tests don't catch this one... And there's not that much time before
the wrap.

Anybody have an opinion about adding ifs for WL_SOCKET_CONNECTED to
!win32 implementations rather than redefining it to WL_SOCKET_WRITEABLE?

- Andres

-- 
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Вложения

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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: [BUGS] Crash report for some ICU-52 (debian8) COLLATE andwork_mem values
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] Replication to Postgres 10 on Windows is broken