• Heikki Linnakangas's avatar
    Fix bug in lossy-page handling in GIN · 866e6e1d
    Heikki Linnakangas authored
    When returning rows from a bitmap, as done with partial match queries, we
    would get stuck in an infinite loop if the bitmap contained a lossy page
    reference.
    
    This bug is new in master, it was introduced by the patch to allow skipping
    items refuted by other entries in GIN scans.
    
    Report and fix by Alexander Korotkov
    866e6e1d
ginget.c 49.3 KB