Re: [HACKERS] Statement timeout logging

2013-08-30 Thread Thom Brown
On 6 June 2013 17:28, Pavel Stehule wrote: > 2013/6/6 Thom Brown : > > Hi, > > > > When a statement is cancelled due to it running for long enough for > > statement_timeout to take effect, it logs a message: > > > > ERROR: canceling statement due to statement timeout > > > > However, it doesn't

Re: [HACKERS] Statement timeout logging

2013-06-06 Thread Pavel Stehule
2013/6/6 Thom Brown : > Hi, > > When a statement is cancelled due to it running for long enough for > statement_timeout to take effect, it logs a message: > > ERROR: canceling statement due to statement timeout > > However, it doesn't log what the timeout was at the time of the > cancellation. Th