Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3dcc77

Browse files
committed
remove fixed TODO
1 parent 81a491e commit b3dcc77

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

init.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,6 @@ get_const_val(Const *node)
188188
return DatumGetFloat8(FunctionCall1(&finfo, node->constvalue));
189189
}
190190

191-
/*
192-
* TODO: check for the predicates & decide
193-
* whether some partial indices may suffice
194-
*/
195191
static Oid
196192
pick_suitable_index(RelOptInfo *relation, AttrNumber column)
197193
{

0 commit comments

Comments
 (0)