mirror of https://github.com/citusdata/citus.git
Partition drop first
parent
2db4ee7a50
commit
da98c2a92f
|
@ -189,7 +189,7 @@ WorkerDropDistributedTable(Oid relationId)
|
||||||
PROCESS_UTILITY_QUERY, NULL, None_Receiver, NULL);
|
PROCESS_UTILITY_QUERY, NULL, None_Receiver, NULL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#include "access/xact.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* worker_drop_shell_table drops the shell table of with the given distributed
|
* worker_drop_shell_table drops the shell table of with the given distributed
|
||||||
|
@ -256,7 +256,7 @@ worker_drop_shell_table(PG_FUNCTION_ARGS)
|
||||||
performDeletion(distributedTableObject, DROP_CASCADE,
|
performDeletion(distributedTableObject, DROP_CASCADE,
|
||||||
PERFORM_DELETION_INTERNAL);
|
PERFORM_DELETION_INTERNAL);
|
||||||
|
|
||||||
CommandCounterInrement();
|
CommandCounterIncrement();
|
||||||
|
|
||||||
PG_RETURN_VOID();
|
PG_RETURN_VOID();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue