tx_metadata_sync
Onder Kalaci 2022-11-29 11:24:34 +01:00
parent e875774e97
commit eff70eda81
1 changed files with 4 additions and 0 deletions

View File

@ -222,6 +222,10 @@ PreprocessDropTableStmt(Node *node, const char *queryString,
void
PostprocessCreateTableStmt(CreateStmt *createStatement, const char *queryString)
{
if (!IsCoordinator())
{
CacheInvalidateRelcacheAll();
}
PostprocessCreateTableStmtForeignKeys(createStatement);
if (createStatement->inhRelations != NIL)