forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit866e6e1
committed
Fix bug in lossy-page handling in GIN
When returning rows from a bitmap, as done with partial match queries, wewould get stuck in an infinite loop if the bitmap contained a lossy pagereference.This bug is new in master, it was introduced by the patch to allow skippingitems refuted by other entries in GIN scans.Report and fix by Alexander Korotkov1 parenteaba54c commit866e6e1
1 file changed
+3
-1
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
741 | 741 |
| |
742 | 742 |
| |
743 | 743 |
| |
744 |
| - | |
| 744 | + | |
| 745 | + | |
| 746 | + | |
745 | 747 |
| |
746 | 748 |
| |
747 | 749 |
| |
|
0 commit comments
Comments
(0)