Fixes review comments

pull/7388/head
gurkanindibay 2023-12-26 22:52:36 +03:00
parent 2d072dfd33
commit a367e75dc7
1 changed files with 2 additions and 2 deletions

View File

@ -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 <object_type> ..' statement (i.e. DATABASE,). The second element is the type of
* stmt->object, which represents the name of the propagated object.
*/
};