Skip to content

Commit bd511f2

Browse files
committed
Put resdom into GroupClause (GROUP BY func_results)
1 parent 50faf40 commit bd511f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/nodes/parsenodes.h

Lines changed: 2 additions & 2 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: parsenodes.h,v 1.12 1997/04/02 18:24:52 scrappy Exp $
9+
* $Id: parsenodes.h,v 1.13 1997/04/05 06:19:22 vadim Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -752,7 +752,7 @@ typedef struct SortClause {
752752
*/
753753
typedef struct GroupClause {
754754
NodeTag type;
755-
Var *grpAttr; /* attributes to group on */
755+
Resdom *resdom; /* attributes to group on */
756756
Oid grpOpoid; /* the sort operator to use */
757757
} GroupClause;
758758

0 commit comments

Comments
 (0)