From a367e75dc72726fcaefdd6a59733f88816bba362 Mon Sep 17 00:00:00 2001 From: gurkanindibay Date: Tue, 26 Dec 2023 22:52:36 +0300 Subject: [PATCH] Fixes review comments --- src/backend/distributed/deparser/deparse_comment_stmts.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/backend/distributed/deparser/deparse_comment_stmts.c b/src/backend/distributed/deparser/deparse_comment_stmts.c index 269e0a883..d102eb655 100644 --- a/src/backend/distributed/deparser/deparse_comment_stmts.c +++ b/src/backend/distributed/deparser/deparse_comment_stmts.c @@ -37,8 +37,8 @@ const ObjectTypeInfo ObjectTypeInfos[] = [OBJECT_TSDICTIONARY] = { "TEXT SEARCH DICTIONARY", T_List }, /* When support for propagating comments to new objects is introduced, an entry for each - * statement type should be added to this list. The first element in each entry is the keyword - * that will be included in the 'COMMENT ..' statement. The second element is the type of + * statement type should be added to this list. The first element in each entry is the 'object_type' keyword + * that will be included in the 'COMMENT ON ..' statement (i.e. DATABASE,). The second element is the type of * stmt->object, which represents the name of the propagated object. */ };