reindent c files

pull/7566/head
copetol 2024-03-27 19:19:08 +03:00
parent 08ac904e7b
commit 64a8d71739
2 changed files with 9 additions and 6 deletions

View File

@ -771,7 +771,8 @@ ConvertTableInternal(TableConversionState *con)
con->relationId, RelationRelationId, columnName, OBJECT_COLUMN,
con->relationName, ++columnCount);
postLoadCommands = list_concat(postLoadCommands,
WrapTableDDLCommands(commentDDLCommandsColumn));
WrapTableDDLCommands(
commentDDLCommandsColumn));
}
}

View File

@ -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)