File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/backend/access/nbtree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments