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