Skip to content
Snippets Groups Projects
  • Tom Lane's avatar
    0a8b9d3b
    Remove no-longer-needed loop in ExecGather(). · 0a8b9d3b
    Tom Lane authored
    Coverity complained quite properly that commit ea15e186 had introduced
    unreachable code into ExecGather(); to wit, it was no longer possible to
    iterate the final for-loop more or less than once.  So remove the for().
    
    In passing, clean up a couple of comments, and make better use of a local
    variable.
    0a8b9d3b
    History
    Remove no-longer-needed loop in ExecGather().
    Tom Lane authored
    Coverity complained quite properly that commit ea15e186 had introduced
    unreachable code into ExecGather(); to wit, it was no longer possible to
    iterate the final for-loop more or less than once.  So remove the for().
    
    In passing, clean up a couple of comments, and make better use of a local
    variable.