Re: canceling query

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: canceling query
Дата
Msg-id 25572.1082388995@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: canceling query  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Список pgsql-hackers-win32
"Merlin Moncure" <merlin.moncure@rcsonline.com> writes:
> No crash, just:

> LOG:  could not send data to client: Unknown error
> LOG:  could not receive data from client: Unknown error
> LOG:  unexpected EOF on client connection

This is expected except for the "Unknown error".  You should be
seeing the equivalent of EPIPE, typically "Broken pipe" on Unixen.
It sounds like the error number handling may not be quite right
on Win32.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: canceling query
Следующее
От: "Magnus Hagander"
Дата:
Сообщение: Re: canceling query