File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
*
7
7
* Copyright (c) 1994, Regents of the University of California
8
8
*
9
- * $Id: execnodes.h,v 1.13 1998/02/13 03:45:22 vadim Exp $
9
+ * $Id: execnodes.h,v 1.14 1998/02/18 12:41:36 vadim Exp $
10
10
*
11
11
*-------------------------------------------------------------------------
12
12
*/
@@ -586,10 +586,10 @@ typedef struct AggState
586
586
*/
587
587
typedef struct GroupState
588
588
{
589
- CommonScanState csstate ; /* its first field is NodeTag */
590
- bool grp_useLastTuple ; /* last tuple not processed yet */
589
+ CommonScanState csstate ; /* its first field is NodeTag */
590
+ bool grp_useFirstTuple ; /* first tuple not processed yet */
591
591
bool grp_done ;
592
- TupleTableSlot * grp_lastSlot ;
592
+ HeapTuple grp_firstTuple ;
593
593
} GroupState ;
594
594
595
595
/* ----------------
You can’t perform that action at this time.
0 commit comments