mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
UNION cleanup again.
This commit is contained in:
parent
a01b085c78
commit
499b13c994
@ -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)
|
|||||||
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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user