|
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 | typedefstructGroupState |
588 | 588 | { |
589 | | -CommonScanStatecsstate;/* its first field is NodeTag */ |
590 | | -boolgrp_useLastTuple;/*last tuple not processed yet */ |
| 589 | +CommonScanStatecsstate;/* its first field is NodeTag */ |
| 590 | +boolgrp_useFirstTuple;/*first tuple not processed yet */ |
591 | 591 | boolgrp_done; |
592 | | -TupleTableSlot*grp_lastSlot; |
| 592 | +HeapTuplegrp_firstTuple; |
593 | 593 | }GroupState; |
594 | 594 |
|
595 | 595 | /* ---------------- |
|