Skip to content
  • Gabriel Mazetto's avatar
    disable_statement_timeout doesn't require any argument anymore · 49b18ea72978
    Gabriel Mazetto authored
    it will decide the method for disable statement_timeout upon
    per transaction or per session, based on how it's called.
    
    When calling with a block, block will be executed and it will use
    session based statement_timeout, otherwise will default to existing
    behavior.
    49b18ea72978