Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6415ba5

Browse files
committed
Improve code comment for GatherPath's single_copy flag.
Discussion: 5934.1472642782@sss.pgh.pa.us
1 parent a163c00 commit 6415ba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/nodes/relation.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -1190,7 +1190,7 @@ typedef struct GatherPath
11901190
{
11911191
Path path;
11921192
Path *subpath; /* path for each worker */
1193-
bool single_copy; /* path must not be executed >1x */
1193+
bool single_copy; /* don't execute path more than once */
11941194
} GatherPath;
11951195

11961196
/*

0 commit comments

Comments
 (0)