mirror of https://github.com/citusdata/citus.git
ColumnarTableDropHook, ColumnarProcessUtility
parent
c8b4ca43ad
commit
33f3aee91f
|
@ -1985,7 +1985,7 @@ ColumnarTableDropHook(Oid relid)
|
||||||
|
|
||||||
if (IsColumnarTableAmTable(relid))
|
if (IsColumnarTableAmTable(relid))
|
||||||
{
|
{
|
||||||
CheckCitusVersion(ERROR);
|
CheckExtensionVersion(ERROR);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Drop metadata. No need to drop storage here since for
|
* Drop metadata. No need to drop storage here since for
|
||||||
|
@ -2110,7 +2110,7 @@ ColumnarProcessUtility(PlannedStmt *pstmt,
|
||||||
|
|
||||||
if (rel->rd_tableam == GetColumnarTableAmRoutine())
|
if (rel->rd_tableam == GetColumnarTableAmRoutine())
|
||||||
{
|
{
|
||||||
CheckCitusVersion(ERROR);
|
CheckExtensionVersion(ERROR);
|
||||||
|
|
||||||
if (!ColumnarSupportsIndexAM(indexStmt->accessMethod))
|
if (!ColumnarSupportsIndexAM(indexStmt->accessMethod))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue