mirror of
https://github.com/postgres/postgres.git
synced 2026-07-04 07:15:50 -04:00
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
1 changed files with 0 additions and 3 deletions
|
|
@ -666,9 +666,6 @@ typedef struct ExprEvalStep
|
|||
{
|
||||
AggStatePerTrans pertrans;
|
||||
ExprContext *aggcontext;
|
||||
int setno;
|
||||
int transno;
|
||||
int setoff;
|
||||
int jumpdistinct;
|
||||
} agg_presorted_distinctcheck;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue