mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Creates the SubLink structure, and the Query->hasSubLink field,
with supporting code. Creates SubLink node in gram.y. psql.c patch for newatttypmod field.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: nodes.h,v 1.22 1998/01/10 04:30:08 momjian Exp $
|
||||
* $Id: nodes.h,v 1.23 1998/01/17 04:53:38 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -60,6 +60,7 @@ typedef enum NodeTag
|
||||
T_Const,
|
||||
T_Param,
|
||||
T_Aggreg,
|
||||
T_SubLink,
|
||||
T_Func,
|
||||
T_Array,
|
||||
T_ArrayRef,
|
||||
|
||||
Reference in New Issue
Block a user