Skip to content

Commit 9b25489

Browse files
Fix nbtree symbol name comment reference.
Oversight in commit 5bf748b.
1 parent db6856c commit 9b25489

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/nbtree/nbtsearch.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2063,8 +2063,8 @@ _bt_steppage(IndexScanDesc scan, ScanDirection dir)
20632063
* markPos state. But depending on the current array state like this
20642064
* would add complexity. Instead, we just unset markPos's copy of
20652065
* moreRight or moreLeft (whichever might be affected), while making
2066-
* btrestpos reset the scan's arrays to their initial scan positions.
2067-
* In effect, btrestpos leaves advancing the arrays up to the first
2066+
* btrestrpos reset the scan's arrays to their initial scan positions.
2067+
* In effect, btrestrpos leaves advancing the arrays up to the first
20682068
* _bt_readpage call (that takes place after it has restored markPos).
20692069
*/
20702070
if (so->needPrimScan)

0 commit comments

Comments
 (0)