summaryrefslogtreecommitdiff
path: root/src/include/nodes/primnodes.h
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>1998-01-19 05:06:41 +0000
committerBruce Momjian <bruce@momjian.us>1998-01-19 05:06:41 +0000
commit588867bd7b5f7cf9d3a7f373064a5a9474b992fe (patch)
tree60b411dc29d1e8a92661cd06de92625c208fd434 /src/include/nodes/primnodes.h
parent691dc282f81ff2333837b33f8517bfc08e31f37c (diff)
downloadpostgresql-588867bd7b5f7cf9d3a7f373064a5a9474b992fe.tar.gz
Create SubLink nodes in parser for Vadim.
Diffstat (limited to 'src/include/nodes/primnodes.h')
-rw-r--r--src/include/nodes/primnodes.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/include/nodes/primnodes.h b/src/include/nodes/primnodes.h
index 3da2c433cb..531e5e9052 100644
--- a/src/include/nodes/primnodes.h
+++ b/src/include/nodes/primnodes.h
@@ -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;