Commit f2f0082e authored by Peter Eisentraut's avatar Peter Eisentraut

Update comment

Function was renamed/replaced in
c2fe139c but the header comment was
not updated.
parent 322c5bfd
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
* index_beginscan_parallel - join parallel index scan * index_beginscan_parallel - join parallel index scan
* index_getnext_tid - get the next TID from a scan * index_getnext_tid - get the next TID from a scan
* index_fetch_heap - get the scan's next heap tuple * index_fetch_heap - get the scan's next heap tuple
* index_getnext - get the next heap tuple from a scan * index_getnext_slot - get the next tuple from a scan
* index_getbitmap - get all tuples from a scan * index_getbitmap - get all tuples from a scan
* index_bulk_delete - bulk deletion of index tuples * index_bulk_delete - bulk deletion of index tuples
* index_vacuum_cleanup - post-deletion cleanup of an index * index_vacuum_cleanup - post-deletion cleanup of an index
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment