mirror of https://github.com/citusdata/citus.git
Increment command counter in UndistributeTable
parent
00da1eed20
commit
7180ef5df1
|
@ -738,6 +738,9 @@ ConvertTable(TableConversionState *con)
|
|||
}
|
||||
}
|
||||
|
||||
/* increment command counter so that next command can see the new table */
|
||||
CommandCounterIncrement();
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue