mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix typos "are are".
This commit is contained in:
		@@ -982,7 +982,7 @@ typedef struct PlanState
 | 
				
			|||||||
} PlanState;
 | 
					} PlanState;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* ----------------
 | 
					/* ----------------
 | 
				
			||||||
 *	these are are defined to avoid confusion problems with "left"
 | 
					 *	these are defined to avoid confusion problems with "left"
 | 
				
			||||||
 *	and "right" and "inner" and "outer".  The convention is that
 | 
					 *	and "right" and "inner" and "outer".  The convention is that
 | 
				
			||||||
 *	the "left" plan is the "outer" plan and the "right" plan is
 | 
					 *	the "left" plan is the "outer" plan and the "right" plan is
 | 
				
			||||||
 *	the inner plan, but these make the code more readable.
 | 
					 *	the inner plan, but these make the code more readable.
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -127,7 +127,7 @@ typedef struct Plan
 | 
				
			|||||||
} Plan;
 | 
					} Plan;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* ----------------
 | 
					/* ----------------
 | 
				
			||||||
 *	these are are defined to avoid confusion problems with "left"
 | 
					 *	these are defined to avoid confusion problems with "left"
 | 
				
			||||||
 *	and "right" and "inner" and "outer".  The convention is that
 | 
					 *	and "right" and "inner" and "outer".  The convention is that
 | 
				
			||||||
 *	the "left" plan is the "outer" plan and the "right" plan is
 | 
					 *	the "left" plan is the "outer" plan and the "right" plan is
 | 
				
			||||||
 *	the inner plan, but these make the code more readable.
 | 
					 *	the inner plan, but these make the code more readable.
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user