Re: [GENERAL] Statement timeout not working on broken connections with active queries

2006-12-14 Thread Brendan O';Shea
Brian Wipf writes: On 12-Dec-06, at 4:30 PM, Tom Lane wrote: "Brendan O'Shea" <[EMAIL PROTECTED]> writes: We have discovered a situation where the statement_timeout is not = honored for broken connections. If a connection is in the process of = returning results

Re: [GENERAL] Statement timeout not working on broken connections with active queries

2006-12-14 Thread Brendan O';Shea
"Tom Lane" <[EMAIL PROTECTED]> "Brendan O'Shea" <[EMAIL PROTECTED]> writes: We have discovered a situation where the statement_timeout is not = honored for broken connections. If a connection is in the process of = returning results to the client and the

[GENERAL] Statement timeout not working on broken connections with active queries

2006-12-12 Thread Brendan O';Shea
We have discovered a situation where the statement_timeout is not honored for broken connections. If a connection is in the process of returning results to the client and the connection is severed (for example, network cable on client is unplugged) then the query continues to run on the server