Skip to content

Added support for idle_in_transaction_session_timeout

This adds support for the PostgreSQL setting "idle_in_transaction_session_timeout", which is new in PostgreSQL 9.6. This setting can be used to control the time a transaction is allowed to remain in the state "idle in transaction".

Fixes https://gitlab.com/gitlab-com/infrastructure/issues/2345

Merge request reports