• Andreas Brandl's avatar
    Fix reindexing bug · 516fda9f
    Andreas Brandl authored
    When a `statement_timeout` is set, this leads to trouble with the
    inclusion of the migration helper.
    
    There is basically a name clash between the reindexing class with
    `#execute` and the migration helper for the statement timeout expecting
    to be able to execute SQL queries through `#execute`.
    
    This has been fixed with renaming the method on the reindexing class.
    
    Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/251084
    516fda9f
concurrent_reindex.rb 4.46 KB