Remove dead code in nodeGatherMerge.c.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5d3f7c57ab9c9e2f074ad29d619056570fc5c51e
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-03-12T19:52:50Z
Releases: 10.0
Remove dead code in nodeGatherMerge.c.

Coverity noted that the last line of gather_merge_getnext() was
unreachable, since each arm of the preceding "if" ends in a "return".
Drop it as an oversight.  In passing, improve some nearby comments.

Files

PathChange+/−
src/backend/executor/nodeGatherMerge.c modified +13 −12