citus/src
Onur Tirtir be3914ae28 Prevent generating index-only "Path"s for columnar tables
Previously, even when `EXPLAIN` output tells that we will do
index-only scan, it was never the case since columnar tables
don't have the visibility fork that postgres is looking for.

For this reason, visibility check done in
`IndexOnlyNext->VM_ALL_VISIBLE`
code-path was always returning false and postgres was reading
the tuple from the columnar relation itself.
2021-09-08 14:14:24 +03:00
..
backend Prevent generating index-only "Path"s for columnar tables 2021-09-08 14:14:24 +03:00
include Handle aborted writes properly when scanning a columnar table (#5244) 2021-09-08 13:26:11 +03:00
test Prevent generating index-only "Path"s for columnar tables 2021-09-08 14:14:24 +03:00