summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/nodes/pathnodes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/nodes/pathnodes.h b/src/include/nodes/pathnodes.h
index 4b7703d4780..441e64eca9a 100644
--- a/src/include/nodes/pathnodes.h
+++ b/src/include/nodes/pathnodes.h
@@ -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
{