This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
inverted_word_index [2016/05/16 14:25] daniel Fix doc links |
inverted_word_index [2016/05/16 14:27] (current) daniel remove useless j++ in loop |
||
---|---|---|---|
Line 64: | Line 64: | ||
RETURN NEXT var_part_no*16384+(i*8)+j+1; -- hit | RETURN NEXT var_part_no*16384+(i*8)+j+1; -- hit | ||
END IF; | END IF; | ||
- | j:=j+1; | ||
END LOOP; | END LOOP; | ||
END LOOP; | END LOOP; |