"Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)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