We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b6d94c commit 1137581Copy full SHA for 1137581
src/backend/access/nbtree/nbtsearch.c
@@ -83,8 +83,8 @@ _bt_drop_lock_and_maybe_pin(IndexScanDesc scan, BTScanPos sp)
83
* but it can omit the rightmost column(s) of the index.
84
*
85
* Return value is a stack of parent-page pointers. *bufP is set to the
86
- * address of the leaf-page buffer, which is read-locked and pinned.
87
- * No locks are held on the parent pages, however!
+ * address of the leaf-page buffer, which is locked and pinned. No locks
+ * are held on the parent pages, however!
88
89
* If the snapshot parameter is not NULL, "old snapshot" checking will take
90
* place during the descent through the tree. This is not needed when
0 commit comments