[COMMITTERS] pgsql: Prevent idle in transaction session timeout from sometimes being

2017-10-11 Thread Andres Freund
Prevent idle in transaction session timeout from sometimes being ignored. The previous coding in ProcessInterrupts() could lead to idle_in_transaction_session_timeout being ignored, when statement_timeout occurred earlier. The problem was that ProcessInterrupts() would return before processing th

[COMMITTERS] pgsql: Prevent idle in transaction session timeout from sometimes being

2017-10-11 Thread Andres Freund
Prevent idle in transaction session timeout from sometimes being ignored. The previous coding in ProcessInterrupts() could lead to idle_in_transaction_session_timeout being ignored, when statement_timeout occurred earlier. The problem was that ProcessInterrupts() would return before processing th

[COMMITTERS] pgsql: Prevent idle in transaction session timeout from sometimes being

2017-10-11 Thread Andres Freund
Prevent idle in transaction session timeout from sometimes being ignored. The previous coding in ProcessInterrupts() could lead to idle_in_transaction_session_timeout being ignored, when statement_timeout occurred earlier. The problem was that ProcessInterrupts() would return before processing th