diff options
| author | Robert Haas | 2018-03-29 20:17:18 +0000 |
|---|---|---|
| committer | Robert Haas | 2018-03-29 20:17:18 +0000 |
| commit | c1de1a3a8b93a61e8264484a10a482156026d12c (patch) | |
| tree | ab2f73be3f7f7989a3dd4ccaeeb305b70e51a7c8 /src/include | |
| parent | 11cf92f6e2e13c0a6e3f98be3e629e6bd90b74d5 (diff) | |
Remove 'target' from GroupPathExtraData.
It's not needed.
Jeevan Chalke
Discussion: http://postgr.es/m/CAM2+6=XPWujjmj5zUaBTGDoB38CemwcPmjkRy0qOcsQj_V+2sQ@mail.gmail.com
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/nodes/relation.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/nodes/relation.h b/src/include/nodes/relation.h index abbbda9e91f..2b4f773c70a 100644 --- a/src/include/nodes/relation.h +++ b/src/include/nodes/relation.h @@ -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; |
