mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Improve code comment for GatherPath's single_copy flag.
Discussion: 5934.1472642782@sss.pgh.pa.us
This commit is contained in:
parent
a163c006ca
commit
6415ba502b
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue