mirror of https://github.com/citusdata/citus.git
WIP
parent
eff70eda81
commit
f4e9f660e0
|
@ -219,6 +219,7 @@ PreprocessDropTableStmt(Node *node, const char *queryString,
|
|||
* table is a distributed table, this function errors out, as we currently don't
|
||||
* support local tables inheriting a distributed table.
|
||||
*/
|
||||
#include "xact/invals.h"
|
||||
void
|
||||
PostprocessCreateTableStmt(CreateStmt *createStatement, const char *queryString)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue