mirror of
https://github.com/postgres/postgres.git
synced 2025-11-09 06:21:09 +03:00
the partial index predicate in the scan's "recheck condition". Otherwise, if the scan becomes lossy for lack of bitmap memory, we would fail to enforce that returned rows satisfy the predicate. Noted while studying bug #2441 from Arjen van der Meijden.