Skip to content
Snippets Groups Projects
Commit 0a8b9d3b authored by Tom Lane's avatar Tom Lane
Browse files

Remove no-longer-needed loop in ExecGather().

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.
parent 8f164e1e
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment