aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/nodes/relation.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h
index e61c1a2a295..ffeb3eb1fee 100644
--- a/src/include/nodes/relation.h
+++ b/src/include/nodes/relation.h
@@ -1416,8 +1416,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
{