mirror of
https://github.com/postgres/postgres.git
synced 2025-11-03 09:13:20 +03:00
Rename Aggreg to Aggref.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: nodes.h,v 1.34 1999/01/21 16:08:53 vadim Exp $
|
||||
* $Id: nodes.h,v 1.35 1999/01/24 00:28:33 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -60,7 +60,7 @@ typedef enum NodeTag
|
||||
T_Oper,
|
||||
T_Const,
|
||||
T_Param,
|
||||
T_Aggreg,
|
||||
T_Aggref,
|
||||
T_SubLink,
|
||||
T_Func,
|
||||
T_Array,
|
||||
|
||||
Reference in New Issue
Block a user