Commit 6415ba50 authored by Robert Haas's avatar Robert Haas

Improve code comment for GatherPath's single_copy flag.

Discussion: 5934.1472642782@sss.pgh.pa.us
parent a163c006
...@@ -1190,7 +1190,7 @@ typedef struct GatherPath ...@@ -1190,7 +1190,7 @@ typedef struct GatherPath
{ {
Path path; Path path;
Path *subpath; /* path for each worker */ 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; } GatherPath;
/* /*
......
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