mirror of https://github.com/citusdata/citus.git
reindent c files
parent
08ac904e7b
commit
64a8d71739
|
@ -771,7 +771,8 @@ ConvertTableInternal(TableConversionState *con)
|
|||
con->relationId, RelationRelationId, columnName, OBJECT_COLUMN,
|
||||
con->relationName, ++columnCount);
|
||||
postLoadCommands = list_concat(postLoadCommands,
|
||||
WrapTableDDLCommands(commentDDLCommandsColumn));
|
||||
WrapTableDDLCommands(
|
||||
commentDDLCommandsColumn));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -30,9 +30,11 @@ inline List *
|
|||
GetCommentPropagationCommands(Oid classOid, Oid objOoid, char *objectName, ObjectType
|
||||
objectType)
|
||||
{
|
||||
return GetCommentPropagationCommandsX(classOid, objOoid, objectName, objectType, NULL, 0);
|
||||
return GetCommentPropagationCommandsX(classOid, objOoid, objectName, objectType, NULL,
|
||||
0);
|
||||
}
|
||||
|
||||
|
||||
List *
|
||||
GetCommentPropagationCommandsX(Oid classOid, Oid objOoid, char *objectName, ObjectType
|
||||
objectType, char *qualifier, int32 subid)
|
||||
|
|
Loading…
Reference in New Issue