Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9d557f8

Browse files
committed
GroupState changed.
1 parentb1b246a commit9d557f8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/include/nodes/execnodes.h‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
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 $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -586,10 +586,10 @@ typedef struct AggState
586586
*/
587587
typedefstructGroupState
588588
{
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 */
591591
boolgrp_done;
592-
TupleTableSlot*grp_lastSlot;
592+
HeapTuplegrp_firstTuple;
593593
}GroupState;
594594

595595
/* ----------------

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp