• Peter Eisentraut's avatar
    Improve confusing variable names · 1d71f3c8
    Peter Eisentraut authored
    The prototype calls the second argument of
    pgstat_progress_update_multi_param() "index", and some callers name
    their local variable that way.  But when the surrounding code deals
    with index relations, this is confusing, and in at least one case
    shadowed another variable that is referring to an index relation.
    Adjust those call sites to have clearer local variable naming, similar
    to existing callers in indexcmds.c.
    1d71f3c8
nbtsort.c 62.6 KB