diff options
author | Melanie Plageman <melanieplageman@gmail.com> | 2024-05-16 10:37:07 -0400 |
---|---|---|
committer | Melanie Plageman <melanieplageman@gmail.com> | 2024-05-16 11:00:43 -0400 |
commit | a3e6c6f929912f928fa405909d17bcbf0c1b03ee (patch) | |
tree | 305e58032e2c03b69a17a1f67b17f6e31b51d5e3 /src/backend/commands/async.c | |
parent | fb5718f35ff667104ab0b9dace3a238113666237 (diff) | |
download | postgresql-a3e6c6f929912f928fa405909d17bcbf0c1b03ee.tar.gz postgresql-a3e6c6f929912f928fa405909d17bcbf0c1b03ee.zip |
BitmapHeapScan: Remove incorrect assert and reset field
04e72ed617be pushed the skip fetch optimization (allowing bitmap heap
scans to operate like index-only scans if none of the underlying data is
needed) into heap AM implementations of bitmap table scan callbacks.
04e72ed617be added an assert that all tuples in blocks eligible for the
optimization had been NULL-filled and emitted by the end of the scan.
This assert is incorrect when not all tuples need be scanned to execute
the query; for example: a join in which not all inner tuples need to be
scanned before skipping to the next outer tuple.
Remove the assert and reset the field on which it previously asserted to
avoid incorrectly emitting NULL-filled tuples from a previous scan on
rescan.
Author: Melanie Plageman
Reviewed-by: Tomas Vondra, Michael Paquier, Alvaro Herrera
Reported-by: Melanie Plageman
Reproduced-by: Tomas Vondra, Richard Guo
Discussion: https://postgr.es/m/CAMbWs48orzZVXa7-vP9Nt7vQWLTE04Qy4PePaLQYsVNQgo6qRg%40mail.gmail.com
Diffstat (limited to 'src/backend/commands/async.c')
0 files changed, 0 insertions, 0 deletions