tx_metadata_sync
Onder Kalaci 2022-11-29 11:27:47 +01:00
parent f4e9f660e0
commit 5200c977ea
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ PreprocessDropTableStmt(Node *node, const char *queryString,
* table is a distributed table, this function errors out, as we currently don't
* support local tables inheriting a distributed table.
*/
#include "xact/invals.h"
#include "utils/inval.h"
void
PostprocessCreateTableStmt(CreateStmt *createStatement, const char *queryString)
{