Skip to content

Commit 9fc1776

Browse files
committed
Remove unused fields from ExprEvalStep
These were added recently by 1349d27. Reported-by: Zhihong Yu Discussion: https://postgr.es/m/CALNJ-vTi+YDuAWKp4Z_Dv=mrz=aq81qTg0D7wzc8y7rS_+i_cw@mail.gmail.com
1 parent ec62ce5 commit 9fc1776

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: src/include/executor/execExpr.h

-3
Original file line numberDiff line numberDiff line change
@@ -666,9 +666,6 @@ typedef struct ExprEvalStep
666666
{
667667
AggStatePerTrans pertrans;
668668
ExprContext *aggcontext;
669-
int setno;
670-
int transno;
671-
int setoff;
672669
int jumpdistinct;
673670
} agg_presorted_distinctcheck;
674671

0 commit comments

Comments
 (0)