From 9fc1776dda9f1ba6d36c4e7970218c3391f1bb2c Mon Sep 17 00:00:00 2001 From: David Rowley Date: Wed, 3 Aug 2022 09:46:02 +1200 Subject: [PATCH] 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 --- src/include/executor/execExpr.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/include/executor/execExpr.h b/src/include/executor/execExpr.h index 0739b389f3..c8ef917ffe 100644 --- a/src/include/executor/execExpr.h +++ b/src/include/executor/execExpr.h @@ -666,9 +666,6 @@ typedef struct ExprEvalStep { AggStatePerTrans pertrans; ExprContext *aggcontext; - int setno; - int transno; - int setoff; int jumpdistinct; } agg_presorted_distinctcheck;