]> granicus.if.org Git - postgresql/commitdiff
Remove misleading comment from pathnodes.h.
authorThomas Munro <tmunro@postgresql.org>
Mon, 24 Jun 2019 21:17:04 +0000 (09:17 +1200)
committerThomas Munro <tmunro@postgresql.org>
Mon, 24 Jun 2019 21:21:54 +0000 (09:21 +1200)
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

src/include/nodes/pathnodes.h

index 4b7703d4780392ca92e2e7c426a217f244bf6ac1..441e64eca9a9c3db188541b43786289f683d8902 100644 (file)
@@ -1465,8 +1465,7 @@ typedef struct GatherPath
 
 /*
  * GatherMergePath runs several copies of a plan in parallel and collects
- * the results, preserving their common sort order.  For gather merge, the
- * parallel leader always executes the plan too, so we don't need single_copy.
+ * the results, preserving their common sort order.
  */
 typedef struct GatherMergePath
 {