mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-04 00:02:52 -05:00 
			
		
		
		
	Fix typo in 16d69ec29
As noted by Justin Pryzby, just I forgot to commit locally before creating a patch file. Discussion: https://postgr.es/m/20220901053146.GI31833@telsasoft.com
This commit is contained in:
		
							parent
							
								
									16d69ec29b
								
							
						
					
					
						commit
						c89b44a68d
					
				@ -1157,7 +1157,7 @@ CreateTriggerFiringOn(CreateTrigStmt *stmt, const char *queryString,
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
		/*
 | 
							/*
 | 
				
			||||||
		 * We don't currently expect to be called with a valid indexOid.  If
 | 
							 * We don't currently expect to be called with a valid indexOid.  If
 | 
				
			||||||
		 * that ever changes then we'll need to quite code here to find the
 | 
							 * that ever changes then we'll need to write code here to find the
 | 
				
			||||||
		 * corresponding child index.
 | 
							 * corresponding child index.
 | 
				
			||||||
		 */
 | 
							 */
 | 
				
			||||||
		Assert(!OidIsValid(indexOid));
 | 
							Assert(!OidIsValid(indexOid));
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user