nbtree: fix read page recheck typo.
Oversight in commit 79fa7b3b.
This commit is contained in:
parent
c96de42c4b
commit
c0490b0ef7
@ -1713,7 +1713,7 @@ _bt_readpage(IndexScanDesc scan, ScanDirection dir, OffsetNumber offnum,
|
|||||||
* required scan keys up to and including a > or >= scan key.
|
* required scan keys up to and including a > or >= scan key.
|
||||||
*
|
*
|
||||||
* _bt_checkkeys won't consider the scanBehind flag unless the
|
* _bt_checkkeys won't consider the scanBehind flag unless the
|
||||||
* scan is stoppped by a scan key required in the current scan
|
* scan is stopped by a scan key required in the current scan
|
||||||
* direction. We need this recheck so that we'll notice when
|
* direction. We need this recheck so that we'll notice when
|
||||||
* all tuples on this page are still before the _bt_first-wise
|
* all tuples on this page are still before the _bt_first-wise
|
||||||
* start of matches for the current set of array keys.
|
* start of matches for the current set of array keys.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user