From 742abb1aff5075634c92b963a663650826fd8697 Mon Sep 17 00:00:00 2001 From: copetol Date: Wed, 27 Mar 2024 19:50:07 +0300 Subject: [PATCH] remove usless space in comment.h --- src/include/distributed/comment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/distributed/comment.h b/src/include/distributed/comment.h index 3cd3c8c04..c5f6e28db 100644 --- a/src/include/distributed/comment.h +++ b/src/include/distributed/comment.h @@ -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);