pgsql: Fix EXPLAIN Bitmap heap scan to count pages with no visible tupl

2024-03-18 Thread Heikki Linnakangas
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples Previously, bitmap heap scans only counted lossy and exact pages for explain when there was at least one visible tuple on the page. heapam_scan_bitmap_next_block() returned true only if there was a "valid" page with tuples to be p

pgsql: Fix EXPLAIN Bitmap heap scan to count pages with no visible tupl

2024-03-18 Thread Heikki Linnakangas
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples Previously, bitmap heap scans only counted lossy and exact pages for explain when there was at least one visible tuple on the page. heapam_scan_bitmap_next_block() returned true only if there was a "valid" page with tuples to be p

pgsql: Fix EXPLAIN Bitmap heap scan to count pages with no visible tupl

2024-03-18 Thread Heikki Linnakangas
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples Previously, bitmap heap scans only counted lossy and exact pages for explain when there was at least one visible tuple on the page. heapam_scan_bitmap_next_block() returned true only if there was a "valid" page with tuples to be p

pgsql: Fix EXPLAIN Bitmap heap scan to count pages with no visible tupl

2024-03-18 Thread Heikki Linnakangas
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples Previously, bitmap heap scans only counted lossy and exact pages for explain when there was at least one visible tuple on the page. heapam_scan_bitmap_next_block() returned true only if there was a "valid" page with tuples to be p

pgsql: Fix EXPLAIN Bitmap heap scan to count pages with no visible tupl

2024-03-18 Thread Heikki Linnakangas
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples Previously, bitmap heap scans only counted lossy and exact pages for explain when there was at least one visible tuple on the page. heapam_scan_bitmap_next_block() returned true only if there was a "valid" page with tuples to be p

pgsql: Fix EXPLAIN Bitmap heap scan to count pages with no visible tupl

2024-03-18 Thread Heikki Linnakangas
Fix EXPLAIN Bitmap heap scan to count pages with no visible tuples Previously, bitmap heap scans only counted lossy and exact pages for explain when there was at least one visible tuple on the page. heapam_scan_bitmap_next_block() returned true only if there was a "valid" page with tuples to be p