Commit a2dec374 authored by Thomas Munro's avatar Thomas Munro

Remove misleading comment from pathnodes.h.

As of commit e5253fdc, it is no longer true that the leader always
executes the subplan of a Gather Merge node.  Remove comment to that
effect.

Back-patch to 11.

Discussion: https://postgr.es/m/CA%2BhUKGJEaZJYezXAOutuiWT%2BfxCA44%2BoKtVPAND2ubLiigR%3D-w%40mail.gmail.com
parent ccfcc8fd
...@@ -1465,8 +1465,7 @@ typedef struct GatherPath ...@@ -1465,8 +1465,7 @@ typedef struct GatherPath
/* /*
* GatherMergePath runs several copies of a plan in parallel and collects * GatherMergePath runs several copies of a plan in parallel and collects
* the results, preserving their common sort order. For gather merge, the * the results, preserving their common sort order.
* parallel leader always executes the plan too, so we don't need single_copy.
*/ */
typedef struct GatherMergePath typedef struct GatherMergePath
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment