Minor style commit

pull/1282/head
Onder Kalaci 2017-04-08 10:09:24 +03:00
parent 364749e282
commit 47fc6a7afe
1 changed files with 2 additions and 4 deletions

View File

@ -9,7 +9,6 @@
*------------------------------------------------------------------------- *-------------------------------------------------------------------------
*/ */
#include "postgres.h" #include "postgres.h"
#include "c.h"
#include "distributed/multi_planner_utils.h" #include "distributed/multi_planner_utils.h"
#include "distributed/multi_planner.h" #include "distributed/multi_planner.h"
@ -147,8 +146,8 @@ AllRelationsJoinedOnPartitionKey(PlannerRestrictionContext *plannerRestrictionCo
* we should not check the partition column equality. * we should not check the partition column equality.
* Consider two example cases: * Consider two example cases:
* (i) The query includes only a single colocated relation * (i) The query includes only a single colocated relation
* (ii) A colocated relation is joined with a reference * (ii) A colocated relation is joined with a (or multiple) reference
* table where colocated relation is not joined on the partition key * table(s) where colocated relation is not joined on the partition key
* *
* For the above two cases, we should not execute the partition column equality * For the above two cases, we should not execute the partition column equality
* algorithm. * algorithm.
@ -338,7 +337,6 @@ AttributeEquivalenceClassForEquivalenceClass(EquivalenceClass *plannerEqClass,
/* /*
*
* GetVarFromAssignedParam returns the Var that is assigned to the given * GetVarFromAssignedParam returns the Var that is assigned to the given
* plannerParam if its kind is PARAM_EXEC. * plannerParam if its kind is PARAM_EXEC.
* *