diff --git a/src/include/nodes/parsenodes.h b/src/include/nodes/parsenodes.h
index b806326e9ed5bb898faeb46e50b0120ba21ba267..a3641ab52dea2fceef1627cf2c5e56ad5e5f8b26 100644
--- a/src/include/nodes/parsenodes.h
+++ b/src/include/nodes/parsenodes.h
@@ -6,7 +6,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $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 $
  *
  *-------------------------------------------------------------------------
  */
@@ -752,7 +752,7 @@ typedef struct SortClause {
  */
 typedef struct GroupClause {
     NodeTag		type;
-    Var			*grpAttr;	/* attributes to group on */
+    Resdom		*resdom;	/* attributes to group on */
     Oid			grpOpoid;	/* the sort operator to use */
 } GroupClause;