mirror of
https://github.com/postgres/postgres.git
synced 2025-11-07 19:06:32 +03:00
Replaced targetlist entry in GroupClause by reference number
in Resdom and GroupClause so changing of resno's doesn't confuse the grouping any more. Jan
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: parsenodes.h,v 1.71 1999/02/23 07:55:24 thomas Exp $
|
||||
* $Id: parsenodes.h,v 1.72 1999/05/12 15:02:04 wieck Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -960,8 +960,8 @@ typedef struct SortClause
|
||||
typedef struct GroupClause
|
||||
{
|
||||
NodeTag type;
|
||||
TargetEntry *entry; /* attributes to group on */
|
||||
Oid grpOpoid; /* the sort operator to use */
|
||||
Index tleGroupref; /* reference into targetlist */
|
||||
} GroupClause;
|
||||
|
||||
#define ROW_MARK_FOR_UPDATE (1 << 0)
|
||||
|
||||
Reference in New Issue
Block a user