"Brendan O'Shea" <[EMAIL PROTECTED]> writes: > Is there no way to specify a timeout for the write() to the socket or some > other way to abort?
This is really a question to take up with your TCP stack implementors. I think it is fundamentally wrong for Postgres to be second-guessing the network software about whether a network connection is still live. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match