We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50faf40 commit bd511f2Copy full SHA for bd511f2
src/include/nodes/parsenodes.h
@@ -6,7 +6,7 @@
6
*
7
* Copyright (c) 1994, Regents of the University of California
8
9
- * $Id: parsenodes.h,v 1.12 1997/04/02 18:24:52 scrappy Exp $
+ * $Id: parsenodes.h,v 1.13 1997/04/05 06:19:22 vadim Exp $
10
11
*-------------------------------------------------------------------------
12
*/
@@ -752,7 +752,7 @@ typedef struct SortClause {
752
753
typedef struct GroupClause {
754
NodeTag type;
755
- Var *grpAttr; /* attributes to group on */
+ Resdom *resdom; /* attributes to group on */
756
Oid grpOpoid; /* the sort operator to use */
757
} GroupClause;
758
0 commit comments