rename file -- add missing file

pull/1282/head
Onder Kalaci 2017-04-04 15:35:46 +03:00
parent 2fa81b0276
commit 4617d40343
1 changed files with 22 additions and 0 deletions

View File

@ -0,0 +1,22 @@
/*
* multi_planner_utils.h
*
* This file contains functions helper functions for planning
* queries with colocated tables and subqueries.
*
* Copyright (c) 2017-2017, Citus Data, Inc.
*
*-------------------------------------------------------------------------
*/
#ifndef MULTI_PLANNER_UTILS_H
#define MULTI_PLANNER_UTILS_H
#include "distributed/multi_planner.h"
extern bool AllRelationsJoinedOnPartitionKey(PlannerRestrictionContext *
plannerRestrictionContext);
#endif /* MULTI_PLANNER_UTILS_H */