aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/nodes/relation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h
index 2709cc7df5d..3a1255a6579 100644
--- a/src/include/nodes/relation.h
+++ b/src/include/nodes/relation.h
@@ -1190,7 +1190,7 @@ typedef struct GatherPath
{
Path path;
Path *subpath; /* path for each worker */
- bool single_copy; /* path must not be executed >1x */
+ bool single_copy; /* don't execute path more than once */
} GatherPath;
/*