postgres icon indicating copy to clipboard operation
postgres copied to clipboard

Executor: BitmapHeapScan node is too heap specific

Open Eulerizeit opened this issue 5 years ago • 0 comments
trafficstars

Bitmap scan both the index and the relation. There are comments in the code suggesting we fix this and since it hurts us the we should fix it.

For example: src/backend/executor/nodeBitmapHeapscan.c:210

We need to look for layer violation comments.

Eulerizeit avatar Jul 30 '20 14:07 Eulerizeit