diff options
| author | Bruce Momjian <bruce@momjian.us> | 1999-07-13 21:17:45 +0000 |
|---|---|---|
| committer | Bruce Momjian <bruce@momjian.us> | 1999-07-13 21:17:45 +0000 |
| commit | ad4948862c861a26094290ba1c9c1e11e5d4f96e (patch) | |
| tree | 1949e41bc43cfd44fb6d47e901beb45be499bb9c /src/include/parser/analyze.h | |
| parent | 050371fccdaeac8fa426c8e95aedf4edb541e829 (diff) | |
| download | postgresql-ad4948862c861a26094290ba1c9c1e11e5d4f96e.tar.gz | |
Remove S*I comments from Stephan.
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 74f48ef431..d928f0e7a6 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); |
