We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 322c5bf commit f2f0082Copy full SHA for f2f0082
src/backend/access/index/indexam.c
@@ -26,7 +26,7 @@
26
* index_beginscan_parallel - join parallel index scan
27
* index_getnext_tid - get the next TID from a scan
28
* index_fetch_heap - get the scan's next heap tuple
29
- * index_getnext - get the next heap tuple from a scan
+ * index_getnext_slot - get the next tuple from a scan
30
* index_getbitmap - get all tuples from a scan
31
* index_bulk_delete - bulk deletion of index tuples
32
* index_vacuum_cleanup - post-deletion cleanup of an index
0 commit comments