pgsql: Fix bugs in gin_fuzzy_search_limit processing.

2020-04-03 Thread Tom Lane
Fix bugs in gin_fuzzy_search_limit processing. entryGetItem()'s three code paths each contained bugs associated with filtering the entries for gin_fuzzy_search_limit. The posting-tree path failed to advance "advancePast" after having decided to filter an item. If we ran out of items on the curre

pgsql: Fix bugs in gin_fuzzy_search_limit processing.

2020-04-03 Thread Tom Lane
Fix bugs in gin_fuzzy_search_limit processing. entryGetItem()'s three code paths each contained bugs associated with filtering the entries for gin_fuzzy_search_limit. The posting-tree path failed to advance "advancePast" after having decided to filter an item. If we ran out of items on the curre

pgsql: Fix bugs in gin_fuzzy_search_limit processing.

2020-04-03 Thread Tom Lane
Fix bugs in gin_fuzzy_search_limit processing. entryGetItem()'s three code paths each contained bugs associated with filtering the entries for gin_fuzzy_search_limit. The posting-tree path failed to advance "advancePast" after having decided to filter an item. If we ran out of items on the curre

pgsql: Fix bugs in gin_fuzzy_search_limit processing.

2020-04-03 Thread Tom Lane
Fix bugs in gin_fuzzy_search_limit processing. entryGetItem()'s three code paths each contained bugs associated with filtering the entries for gin_fuzzy_search_limit. The posting-tree path failed to advance "advancePast" after having decided to filter an item. If we ran out of items on the curre

pgsql: Fix bugs in gin_fuzzy_search_limit processing.

2020-04-03 Thread Tom Lane
Fix bugs in gin_fuzzy_search_limit processing. entryGetItem()'s three code paths each contained bugs associated with filtering the entries for gin_fuzzy_search_limit. The posting-tree path failed to advance "advancePast" after having decided to filter an item. If we ran out of items on the curre

pgsql: Fix bugs in gin_fuzzy_search_limit processing.

2020-04-03 Thread Tom Lane
Fix bugs in gin_fuzzy_search_limit processing. entryGetItem()'s three code paths each contained bugs associated with filtering the entries for gin_fuzzy_search_limit. The posting-tree path failed to advance "advancePast" after having decided to filter an item. If we ran out of items on the curre