1
0
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:
Bruce Momjian
1998-01-19 05:06:41 +00:00
parent 691dc282f8
commit 588867bd7b
10 changed files with 133 additions and 43 deletions

View File

@@ -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;