From c945c7b021b593a7ba86aea0f4bc9dbcd5d80ae8 Mon Sep 17 00:00:00 2001 From: Jignesh Shah Date: Sun, 2 Jun 2019 20:23:05 +0000 Subject: [PATCH] Fix definition of is_dummy_rel based on changes in community --- core.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/core.c b/core.c index 965b393..0fd546b 100644 --- a/core.c +++ b/core.c @@ -35,7 +35,6 @@ * make_rels_by_clauseless_joins() * join_is_legal() * has_join_restriction() - * is_dummy_rel() * restriction_is_constant_false() * update_child_rel_info() * build_child_join_sjinfo() @@ -944,15 +943,6 @@ has_join_restriction(PlannerInfo *root, RelOptInfo *rel) /* - * is_dummy_rel --- has relation been proven empty? - */ -static bool -is_dummy_rel(RelOptInfo *rel) -{ - return IS_DUMMY_REL(rel); -} - -/* * Mark a relation as proven empty. * * During GEQO planning, this can get invoked more than once on the same -- 2.11.0