We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a6c7d commit 1a658dcCopy full SHA for 1a658dc
src/include/access/heapam.h
@@ -62,7 +62,6 @@ typedef struct HeapScanDescData
62
Buffer rs_cbuf; /* current buffer in scan, if any */
63
/* NB: if rs_cbuf is not InvalidBuffer, we hold a pin on that buffer */
64
65
- /* rs_numblocks is usually InvalidBlockNumber, meaning "scan whole rel" */
66
BufferAccessStrategy rs_strategy; /* access strategy for reads */
67
68
HeapTupleData rs_ctup; /* current tuple in scan, if any */
0 commit comments