mirror of
https://github.com/postgres/postgres.git
synced 2025-11-16 15:02:33 +03:00
Create SubLink nodes in parser for Vadim.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: primnodes.h,v 1.13 1998/01/17 04:53:42 momjian Exp $
|
||||
* $Id: primnodes.h,v 1.14 1998/01/19 05:06:36 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -281,8 +281,7 @@ typedef struct Aggreg
|
||||
*/
|
||||
typedef enum SubLinkType
|
||||
{
|
||||
EXISTS_SUBLINK, ALL_SUBLINK, ANY_SUBLINK, EXPR_SUBLINK,
|
||||
IN_SUBLINK, NOTIN_SUBLINK, OPER_SUBLINK
|
||||
EXISTS_SUBLINK, ALL_SUBLINK, ANY_SUBLINK, EXPR_SUBLINK
|
||||
} SubLinkType;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user