We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c58624 commit 9ed50abCopy full SHA for 9ed50ab
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