Address reviews 2

velioglu/wo_seq_test_1
Burak Velioglu 2022-01-19 11:41:26 +03:00
parent 7b84c72aae
commit b082473563
No known key found for this signature in database
GPG Key ID: F6827E620F6549C6
1 changed files with 1 additions and 2 deletions

View File

@ -26,7 +26,6 @@
#include "miscadmin.h"
#include "storage/lmgr.h"
#include "utils/lsyscache.h"
#include "miscadmin.h"
typedef bool (*AddressPredicate)(const ObjectAddress *);
@ -243,7 +242,7 @@ GetDependencyCreateDDLCommands(const ObjectAddress *dependency)
Oid relationId = dependency->objectId;
List *commandList = NIL;
if (IsCitusTable(relationId) && !IsTableOwnedByExtension(relationId))
if (IsCitusTable(relationId))
{
commandList = GetCitusTableDDLCommandList(relationId);
}