From aea20c9709fd91c0b0d7118881c2cdbc6acfe4b3 Mon Sep 17 00:00:00 2001 From: Teodor Sigaev Date: Mon, 17 Sep 2012 20:00:32 +0400 Subject: [PATCH] cleanup --- plantuner.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/plantuner.c b/plantuner.c index 02b7101..cf5ccf3 100644 --- a/plantuner.c +++ b/plantuner.c @@ -225,13 +225,6 @@ indexFilter(PlannerInfo *root, Oid relationObjectId, bool inhparent, RelOptInfo } } } - - if (fix_empty_table && rel) - { - - - } - } static void -- 2.37.3