UNION cleanup again.

This commit is contained in:
Bruce Momjian 1997-12-29 02:09:54 +00:00
parent a01b085c78
commit 499b13c994
1 changed files with 2 additions and 2 deletions

View File

@ -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);