aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorMelanie Plageman <melanieplageman@gmail.com>2025-04-03 18:23:02 -0400
committerMelanie Plageman <melanieplageman@gmail.com>2025-04-03 18:23:02 -0400
commit67be093562b6b345c170417312dff22f467055ba (patch)
tree1dfc38467f362e64f01f6e3dc86d4de8526dd1ba /src/backend/access/gist
parent54a3615f15b9b2e1433bc47cfb150317885d7c1f (diff)
downloadpostgresql-67be093562b6b345c170417312dff22f467055ba.tar.gz
postgresql-67be093562b6b345c170417312dff22f467055ba.zip
Use AIO batchmode for bitmap heap scans
Previously bitmap heap scan was not AIO batchmode safe because of the visibility map reads potentially done for the "skip fetch" optimization (which skipped fetching tuples from the heap if the pages were all visible and none of the columns were used in the query). The skip fetch optimization implementation was found to have bugs and was removed in 459e7bf8e2f8, so we can safely enable batchmode for bitmap heap scans.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions