mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
Update comment
Function was renamed/replaced in c2fe139c201c48f1133e9fbea2dd99b8efe2fadd but the header comment was not updated.
This commit is contained in:
parent
322c5bfdc3
commit
f2f0082ef5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user