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)
2063
2063
* markPos state. But depending on the current array state like this
2064
2064
* would add complexity. Instead, we just unset markPos's copy of
2065
2065
* 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
2068
2068
* _bt_readpage call (that takes place after it has restored markPos).
2069
2069
*/
2070
2070
if (so -> needPrimScan )
You can’t perform that action at this time.
0 commit comments