mirror of https://github.com/citusdata/citus.git
rename file -- add missing file
parent
2fa81b0276
commit
4617d40343
|
@ -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 */
|
Loading…
Reference in New Issue