projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
322c5bf
)
Update comment
author
Peter Eisentraut
<
[email protected]
>
Thu, 27 Jun 2019 13:57:14 +0000
(15:57 +0200)
committer
Peter Eisentraut
<
[email protected]
>
Thu, 27 Jun 2019 13:57:14 +0000
(15:57 +0200)
Function was renamed/replaced in
c2fe139c201c48f1133e9fbea2dd99b8efe2fadd
but the header comment was
not updated.
src/backend/access/index/indexam.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/index/indexam.c
b/src/backend/access/index/indexam.c
index aefdd2916de08a854c690df7dc7636041fc097db..28edd4aca765d5d04c2be07e7eff2414c6e60284 100644
(file)
--- a/
src/backend/access/index/indexam.c
+++ b/
src/backend/access/index/indexam.c
@@
-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