Remove unused fields from ExprEvalStep
These were added recently by 1349d2790. Reported-by: Zhihong Yu Discussion: https://postgr.es/m/CALNJ-vTi+YDuAWKp4Z_Dv=mrz=aq81qTg0D7wzc8y7rS_+i_cw@mail.gmail.com
This commit is contained in:
parent
ec62ce55a8
commit
9fc1776dda
@ -666,9 +666,6 @@ typedef struct ExprEvalStep
|
|||||||
{
|
{
|
||||||
AggStatePerTrans pertrans;
|
AggStatePerTrans pertrans;
|
||||||
ExprContext *aggcontext;
|
ExprContext *aggcontext;
|
||||||
int setno;
|
|
||||||
int transno;
|
|
||||||
int setoff;
|
|
||||||
int jumpdistinct;
|
int jumpdistinct;
|
||||||
} agg_presorted_distinctcheck;
|
} agg_presorted_distinctcheck;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user