File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
src/backend/optimizer/prep Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
*
9
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepunion.c,v 1.13 1997/12/24 06:06:07 momjian Exp $
10
+ * $Header: /cvsroot/pgsql/src/backend/optimizer/prep/prepunion.c,v 1.14 1997/12/26 06:02:26 vadim Exp $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
31
31
#include "optimizer/prep.h"
32
32
#include "optimizer/plancat.h"
33
33
#include "optimizer/planner.h"
34
- #include "optimizer/prep .h"
34
+ #include "optimizer/planmain .h"
35
35
36
36
static List * plan_union_query (List * relids , Index rt_index ,
37
37
RangeTblEntry * rt_entry , Query * parse , UnionFlag flag ,
@@ -203,6 +203,8 @@ plan_union_queries(Index rt_index,
203
203
/* do nothing */
204
204
break ;
205
205
}
206
+
207
+ return ((Append * )NULL ); /* to make gcc happy */
206
208
}
207
209
208
210
You can’t perform that action at this time.
0 commit comments