mirror of https://github.com/citusdata/citus.git
skip columnar table creation
parent
3d838ba23e
commit
c75950e24f
|
@ -631,12 +631,12 @@ GetPreLoadTableCreationCommands(Oid relationId,
|
|||
|
||||
|
||||
/* add columnar options for cstore tables */
|
||||
if (accessMethod == NULL && extern_IsColumnarTableAmTable(relationId))
|
||||
//if (accessMethod == NULL && extern_IsColumnarTableAmTable(relationId))
|
||||
{
|
||||
TableDDLCommand *cstoreOptionsDDL = ColumnarGetTableOptionsDDL(relationId);
|
||||
if (cstoreOptionsDDL != NULL)
|
||||
// TableDDLCommand *cstoreOptionsDDL = ColumnarGetTableOptionsDDL(relationId);
|
||||
// if (cstoreOptionsDDL != NULL)
|
||||
{
|
||||
tableDDLEventList = lappend(tableDDLEventList, cstoreOptionsDDL);
|
||||
// tableDDLEventList = lappend(tableDDLEventList, cstoreOptionsDDL);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue