diff options
Diffstat (limited to 'src/include/parser')
-rw-r--r-- | src/include/parser/analyze.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h index 0c4f838d135..4be7637d744 100644 --- a/src/include/parser/analyze.h +++ b/src/include/parser/analyze.h @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: analyze.h,v 1.4 1998/09/01 04:37:25 momjian Exp $ + * $Id: analyze.h,v 1.5 1999/01/18 00:10:11 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -15,5 +15,8 @@ #include <parser/parse_node.h> extern QueryTreeList *parse_analyze(List *pl, ParseState *parentParseState); +/***S*I***/ +extern void create_select_list(Node *ptr, List **select_list, bool *unionall_present); +extern Node *A_Expr_to_Expr(Node *ptr, bool *intersect_present); #endif /* ANALYZE_H */ |