Ranier Vilela <ranier...@gmail.com> writes: > My main concerns is this point: > /* If already matched on earlier page, do no extra work */ > - if (key->entryRes[j]) > + if (key->entryRes[j] == GIN_TRUE) > continue;
> If GIN_MAYBE cases are erroneously ignored. So, if that's a bug, you should be able to produce a test case? regards, tom lane