aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rowley <drowley@postgresql.org>2023-02-08 16:03:26 +1300
committerDavid Rowley <drowley@postgresql.org>2023-02-08 16:03:26 +1300
commit9ed50ab3496f5fdc46d1051a005d5236495c92d7 (patch)
tree7436e5882ae48dd7ffa0ec7883028379bde45a58
parent8c58624df46222d4d09c5655d8350f3b037880c8 (diff)
downloadpostgresql-9ed50ab3496f5fdc46d1051a005d5236495c92d7.tar.gz
postgresql-9ed50ab3496f5fdc46d1051a005d5236495c92d7.zip
Remove stray duplicated comment in heapam.h
This is just the same as what's written under the rs_numblocks field. Reported-by: Melanie Plageman Discussion: https://postgr.es/m/20230207204127.7vs6krqjqn5farr7@liskov
-rw-r--r--src/include/access/heapam.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/access/heapam.h b/src/include/access/heapam.h
index 8d28bc93ef4..8d74d1b7e30 100644
--- a/src/include/access/heapam.h
+++ b/src/include/access/heapam.h
@@ -62,7 +62,6 @@ typedef struct HeapScanDescData
Buffer rs_cbuf; /* current buffer in scan, if any */
/* NB: if rs_cbuf is not InvalidBuffer, we hold a pin on that buffer */
- /* rs_numblocks is usually InvalidBlockNumber, meaning "scan whole rel" */
BufferAccessStrategy rs_strategy; /* access strategy for reads */
HeapTupleData rs_ctup; /* current tuple in scan, if any */