An extra error for client disconnection on Windows

Поиск
Список
Период
Сортировка
От Kyotaro HORIGUCHI
Тема An extra error for client disconnection on Windows
Дата
Msg-id 20160602.175159.60314690.horiguchi.kyotaro@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: An extra error for client disconnection on Windows  (Robert Haas <robertmhaas@gmail.com>)
Re: An extra error for client disconnection on Windows  (Haribabu Kommi <kommi.haribabu@gmail.com>)
Список pgsql-hackers
Hello.

After a process termination without PQfinish() of a client,
server emits the following log message not seen on Linux boxes.

> LOG:  could not receive data from client: An existing connection was forcibly closed by the remote host.

This is because pgwin32_recv reuturns an error ECONNRESET for the
situation instead of returning non-error EOF as recv(2) does.

This patch translates WSAECONNRESET of WSARecv to an EOF so that
pgwin32_recv behaves the same way with Linux.

The attached patch does this.

regards,

-- 
Kyotaro Horiguchi
NTT Open Source Software Center

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

Предыдущее
От: Kyotaro HORIGUCHI
Дата:
Сообщение: Re: Parallel pg_dump's error reporting doesn't work worth squat
Следующее
От: konstantin knizhnik
Дата:
Сообщение: Re: array of domain types