diff options
Diffstat (limited to 'src/include/parser/analyze.h')
-rw-r--r-- | src/include/parser/analyze.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/parser/analyze.h b/src/include/parser/analyze.h index 74f48ef4311..d928f0e7a61 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.7 1999/05/25 16:14:24 momjian Exp $ + * $Id: analyze.h,v 1.8 1999/07/13 21:17:40 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -16,7 +16,6 @@ extern List *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); |