|
22 | 22 | *
|
23 | 23 | *
|
24 | 24 | * IDENTIFICATION
|
25 |
| - * $PostgreSQL: pgsql/src/backend/optimizer/prep/prepunion.c,v 1.143 2007/07/12 18:27:01 tgl Exp $ |
| 25 | + * $PostgreSQL: pgsql/src/backend/optimizer/prep/prepunion.c,v 1.144 2007/10/22 17:04:35 tgl Exp $ |
26 | 26 | *
|
27 | 27 | *-------------------------------------------------------------------------
|
28 | 28 | */
|
@@ -111,7 +111,6 @@ plan_set_operations(PlannerInfo *root, double tuple_fraction,
|
111 | 111 | Assert(topop&&IsA(topop,SetOperationStmt));
|
112 | 112 |
|
113 | 113 | /* check for unsupported stuff */
|
114 |
| -Assert(parse->utilityStmt==NULL); |
115 | 114 | Assert(parse->jointree->fromlist==NIL);
|
116 | 115 | Assert(parse->jointree->quals==NULL);
|
117 | 116 | Assert(parse->groupClause==NIL);
|
|