aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/sql/postgres_fdw.sql
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2024-03-18 14:04:17 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2024-03-18 14:04:17 +0200
commitd3d95f5839952d5bfa089a318a9d11809eb48ac2 (patch)
treefd82cdb71c41ab8f0a5ce6b9215e6d9254e03a85 /contrib/postgres_fdw/sql/postgres_fdw.sql
parent89ee14a2f22b2353a6cf9d193c54504b4d3131f5 (diff)
downloadpostgresql-d3d95f5839952d5bfa089a318a9d11809eb48ac2.tar.gz
postgresql-d3d95f5839952d5bfa089a318a9d11809eb48ac2.zip
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 processed. However, the lossy and exact page counters in EXPLAIN should count the number of pages represented in a lossy or non-lossy way in the constructed bitmap, regardless of whether or not the pages ultimately contained visible tuples. Backpatch to all supported versions. Author: Melanie Plageman Discussion: https://www.postgresql.org/message-id/CAAKRu_ZwCwWFeL_H3ia26bP2e7HiKLWt0ZmGXPVwPO6uXq0vaA@mail.gmail.com Discussion: https://www.postgresql.org/message-id/CAAKRu_bxrXeZ2rCnY8LyeC2Ls88KpjWrQ%2BopUrXDRXdcfwFZGA@mail.gmail.com
Diffstat (limited to 'contrib/postgres_fdw/sql/postgres_fdw.sql')
0 files changed, 0 insertions, 0 deletions