diff options
Diffstat (limited to 'src/include/commands/comment.h')
-rw-r--r-- | src/include/commands/comment.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/commands/comment.h b/src/include/commands/comment.h index 3d61b445281..990d36216a2 100644 --- a/src/include/commands/comment.h +++ b/src/include/commands/comment.h @@ -15,6 +15,7 @@ #ifndef COMMENT_H #define COMMENT_H +#include "catalog/objectaddress.h" #include "nodes/parsenodes.h" /*------------------------------------------------------------------ @@ -29,7 +30,7 @@ *------------------------------------------------------------------ */ -extern Oid CommentObject(CommentStmt *stmt); +extern ObjectAddress CommentObject(CommentStmt *stmt); extern void DeleteComments(Oid oid, Oid classoid, int32 subid); |