mirror of
				https://github.com/postgres/postgres.git
				synced 2025-10-31 00:03:57 -04:00 
			
		
		
		
	Fix comment for ExecProcessReturning
resultRelInfo is the argument for the function, not projectReturning. Author: Etsuro Fujita Discussion: https://postgr.es/m/5AA8E11E.1040609@lab.ntt.co.jp
This commit is contained in:
		
							parent
							
								
									df411e7c66
								
							
						
					
					
						commit
						97d18ce27d
					
				| @ -141,7 +141,7 @@ ExecCheckPlanOutput(Relation resultRel, List *targetList) | |||||||
| /*
 | /*
 | ||||||
|  * ExecProcessReturning --- evaluate a RETURNING list |  * ExecProcessReturning --- evaluate a RETURNING list | ||||||
|  * |  * | ||||||
|  * projectReturning: RETURNING projection info for current result rel |  * resultRelInfo: current result rel | ||||||
|  * tupleSlot: slot holding tuple actually inserted/updated/deleted |  * tupleSlot: slot holding tuple actually inserted/updated/deleted | ||||||
|  * planSlot: slot holding tuple returned by top subplan node |  * planSlot: slot holding tuple returned by top subplan node | ||||||
|  * |  * | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user