Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 499b13c

Browse files
committed
UNION cleanup again.
1 parent a01b085 commit 499b13c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/parser/parse_clause.c

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.4 1997/12/29 01:12:58 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.5 1997/12/29 02:09:54 momjian Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -384,7 +384,7 @@ transformUnionClause(List *unionClause, List *targetlist)
384384
List *union_list = NIL;
385385
QueryTreeList *qlist;
386386
int i;
387-
TargetEntry
387+
388388
if (unionClause)
389389
{
390390
qlist = parse_analyze(unionClause);

0 commit comments

Comments
 (0)