Skip to content
Snippets Groups Projects
Commit 499b13c9 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

UNION cleanup again.

parent a01b085c
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@
*
*
* 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)
List *union_list = NIL;
QueryTreeList *qlist;
int i;
TargetEntry
if (unionClause)
{
qlist = parse_analyze(unionClause);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment