Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c0490b0

Browse files
nbtree: fix read page recheck typo.
Oversight in commit 79fa7b3.
1 parent c96de42 commit c0490b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/nbtree/nbtsearch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1713,7 +1713,7 @@ _bt_readpage(IndexScanDesc scan, ScanDirection dir, OffsetNumber offnum,
17131713
* required scan keys up to and including a > or >= scan key.
17141714
*
17151715
* _bt_checkkeys won't consider the scanBehind flag unless the
1716-
* scan is stoppped by a scan key required in the current scan
1716+
* scan is stopped by a scan key required in the current scan
17171717
* direction. We need this recheck so that we'll notice when
17181718
* all tuples on this page are still before the _bt_first-wise
17191719
* start of matches for the current set of array keys.

0 commit comments

Comments
 (0)