mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Fix typo in comment.
Back-patch down to 11. Author: Sho Kato (<kato-sho@fujitsu.com>) Discussion: https://postgr.es/m/TYCPR01MB68499042A33BC32241193AAF9F5BA%40TYCPR01MB6849.jpnprd01.prod.outlook.com
This commit is contained in:
		@@ -3370,7 +3370,7 @@ rewriteTargetView(Query *parsetree, Relation view)
 | 
				
			|||||||
	 * columns to be affected.
 | 
						 * columns to be affected.
 | 
				
			||||||
	 *
 | 
						 *
 | 
				
			||||||
	 * Note that this destroys the resno ordering of the targetlist, but that
 | 
						 * Note that this destroys the resno ordering of the targetlist, but that
 | 
				
			||||||
	 * will be fixed when we recurse through rewriteQuery, which will invoke
 | 
						 * will be fixed when we recurse through RewriteQuery, which will invoke
 | 
				
			||||||
	 * rewriteTargetListIU again on the updated targetlist.
 | 
						 * rewriteTargetListIU again on the updated targetlist.
 | 
				
			||||||
	 */
 | 
						 */
 | 
				
			||||||
	if (parsetree->commandType != CMD_DELETE)
 | 
						if (parsetree->commandType != CMD_DELETE)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user