mirror of
https://github.com/postgres/postgres.git
synced 2025-08-12 15:23:02 +03:00
Fix nbtree symbol name comment reference.
Oversight in commit 5bf748b86b
.
This commit is contained in:
@@ -2063,8 +2063,8 @@ _bt_steppage(IndexScanDesc scan, ScanDirection dir)
|
|||||||
* markPos state. But depending on the current array state like this
|
* markPos state. But depending on the current array state like this
|
||||||
* would add complexity. Instead, we just unset markPos's copy of
|
* would add complexity. Instead, we just unset markPos's copy of
|
||||||
* moreRight or moreLeft (whichever might be affected), while making
|
* moreRight or moreLeft (whichever might be affected), while making
|
||||||
* btrestpos reset the scan's arrays to their initial scan positions.
|
* btrestrpos reset the scan's arrays to their initial scan positions.
|
||||||
* In effect, btrestpos leaves advancing the arrays up to the first
|
* In effect, btrestrpos leaves advancing the arrays up to the first
|
||||||
* _bt_readpage call (that takes place after it has restored markPos).
|
* _bt_readpage call (that takes place after it has restored markPos).
|
||||||
*/
|
*/
|
||||||
if (so->needPrimScan)
|
if (so->needPrimScan)
|
||||||
|
Reference in New Issue
Block a user