mirror of
				https://github.com/postgres/postgres.git
				synced 2025-11-03 09:13:20 +03:00 
			
		
		
		
	Remove 'target' from GroupPathExtraData.
It's not needed. Jeevan Chalke Discussion: http://postgr.es/m/CAM2+6=XPWujjmj5zUaBTGDoB38CemwcPmjkRy0qOcsQj_V+2sQ@mail.gmail.com
This commit is contained in:
		@@ -2340,7 +2340,6 @@ typedef enum
 | 
			
		||||
 * 		have been initialized.
 | 
			
		||||
 * agg_partial_costs gives partial aggregation costs.
 | 
			
		||||
 * agg_final_costs gives finalization costs.
 | 
			
		||||
 * target is the PathTarget to be used while creating paths.
 | 
			
		||||
 * target_parallel_safe is true if target is parallel safe.
 | 
			
		||||
 * havingQual gives list of quals to be applied after aggregation.
 | 
			
		||||
 * targetList gives list of columns to be projected.
 | 
			
		||||
@@ -2355,7 +2354,6 @@ typedef struct
 | 
			
		||||
	AggClauseCosts agg_final_costs;
 | 
			
		||||
 | 
			
		||||
	/* Data which may differ across partitions. */
 | 
			
		||||
	PathTarget *target;
 | 
			
		||||
	bool		target_parallel_safe;
 | 
			
		||||
	Node	   *havingQual;
 | 
			
		||||
	List	   *targetList;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user