Navigation Menu

Skip to content

Commit

Permalink
Add mush more information to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
komainu8 committed Jun 20, 2018
1 parent 8fdccc3 commit fc44e08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/db.c
Expand Up @@ -8838,7 +8838,7 @@ grn_obj_set_info_source_validate(grn_ctx *ctx, grn_obj *obj, grn_obj *value)
index_name, GRN_TABLE_MAX_KEY_SIZE);
ERR(GRN_INVALID_ARGUMENT,
"grn_obj_set_info(): GRN_INFO_SOURCE: "
"vector column index must be created with WITH_SECTION flag: <%.*s>",
"full text index for vector column index must be created with WITH_SECTION flag: <%.*s>",
index_name_size, index_name);
goto exit;
}
Expand Down
Expand Up @@ -18,8 +18,8 @@ column_create Terms memos_content COLUMN_INDEX|WITH_POSITION Memos content
0.0,
0.0
],
"grn_obj_set_info(): GRN_INFO_SOURCE: vector column index must be created with WITH_SECTION flag: <Terms.memos_content>"
"grn_obj_set_info(): GRN_INFO_SOURCE: full text index for vector column must be created with WITH_SECTION flag: <Terms.memos_con"
],
false
]
#|e| grn_obj_set_info(): GRN_INFO_SOURCE: vector column index must be created with WITH_SECTION flag: <Terms.memos_content>
#|e| grn_obj_set_info(): GRN_INFO_SOURCE: full text index for vector column must be created with WITH_SECTION flag: <Terms.memos_content>

0 comments on commit fc44e08

Please sign in to comment.