mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Update comment
Function was renamed/replaced in
c2fe139c20
but the header comment was
not updated.
This commit is contained in:
@ -26,7 +26,7 @@
|
||||
* index_beginscan_parallel - join parallel index scan
|
||||
* index_getnext_tid - get the next TID from a scan
|
||||
* 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_bulk_delete - bulk deletion of index tuples
|
||||
* index_vacuum_cleanup - post-deletion cleanup of an index
|
||||
|
Reference in New Issue
Block a user