forced disconnection can rollback in the middle of postgres request
When client disconnect suddenly (example crash), it will induce a rollback of current transaction. This rollback can freeze the current transaction, when rollback occurs in the middle of postgres request.