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/backend/parser/analyze.c | |
| parent | 050371fccdaeac8fa426c8e95aedf4edb541e829 (diff) | |
| download | postgresql-ad4948862c861a26094290ba1c9c1e11e5d4f96e.tar.gz | |
Remove S*I comments from Stephan.
Diffstat (limited to 'src/backend/parser/analyze.c')
| -rw-r--r-- | src/backend/parser/analyze.c | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/backend/parser/analyze.c b/src/backend/parser/analyze.c index 3f093f885d..e21af3abf3 100644 --- a/src/backend/parser/analyze.c +++ b/src/backend/parser/analyze.c @@ -5,7 +5,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: analyze.c,v 1.110 1999/06/05 20:22:30 tgl Exp $ + * $Id: analyze.c,v 1.111 1999/07/13 21:17:32 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -26,7 +26,6 @@ #include "parser/parse_node.h" #include "parser/parse_relation.h" #include "parser/parse_target.h" -/***S*I***/ #include "parser/parse_expr.h" #include "catalog/pg_type.h" #include "parse.h" @@ -382,8 +381,6 @@ transformInsertStmt(ParseState *pstate, InsertStmt *stmt) */ qry->unionall = stmt->unionall; - /***S*I***/ - /* * Just hand through the unionClause and intersectClause. We will * handle it in the function Except_Intersect_Rewrite() @@ -1022,8 +1019,6 @@ transformSelectStmt(ParseState *pstate, SelectStmt *stmt) */ qry->unionall = stmt->unionall; - /***S*I***/ - /* * Just hand through the unionClause and intersectClause. We will * handle it in the function Except_Intersect_Rewrite() @@ -1104,7 +1099,6 @@ transformCursorStmt(ParseState *pstate, SelectStmt *stmt) return qry; } -/***S*I***/ /* This function steps through the tree * built up by the select_w_o_sort rule * and builds a list of all SelectStmt Nodes found |
