mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Improve code comment for GatherPath's single_copy flag.
Discussion: 5934.1472642782@sss.pgh.pa.us
This commit is contained in:
		@@ -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;
 | 
			
		||||
 | 
			
		||||
/*
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user