remove usless space in comment.h

pull/7566/head
copetol 2024-03-27 19:50:07 +03:00
parent 64a8d71739
commit 742abb1aff
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ extern const char *ObjectTypeNames[];
extern List * GetCommentPropagationCommands(Oid classOid, Oid oid, char *objectName,
ObjectType objectType);
extern List * GetCommentPropagationCommandsX(Oid classOid, Oid oid, char *objectName,
ObjectType objectType, char *qualifier,
ObjectType objectType, char *qualifier,
int32 subid);
extern List * CommentObjectAddress(Node *node, bool missing_ok, bool isPostprocess);