Commit 499b13c9 authored by Bruce Momjian's avatar Bruce Momjian

UNION cleanup again.

parent a01b085c
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.4 1997/12/29 01:12:58 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.5 1997/12/29 02:09:54 momjian Exp $
* *
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
...@@ -384,7 +384,7 @@ transformUnionClause(List *unionClause, List *targetlist) ...@@ -384,7 +384,7 @@ transformUnionClause(List *unionClause, List *targetlist)
List *union_list = NIL; List *union_list = NIL;
QueryTreeList *qlist; QueryTreeList *qlist;
int i; int i;
TargetEntry
if (unionClause) if (unionClause)
{ {
qlist = parse_analyze(unionClause); qlist = parse_analyze(unionClause);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment