Increment command counter in UndistributeTable

pull/4489/head
Onur Tirtir 2021-01-11 06:20:07 +03:00
parent 00da1eed20
commit 7180ef5df1
1 changed files with 3 additions and 0 deletions

View File

@ -738,6 +738,9 @@ ConvertTable(TableConversionState *con)
} }
} }
/* increment command counter so that next command can see the new table */
CommandCounterIncrement();
return ret; return ret;
} }