Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0490b0

Browse files
nbtree: fix read page recheck typo.
Oversight in commit79fa7b3.
1 parentc96de42 commitc0490b0

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 isstoppped by a scan key required in the current scan
1716+
* scan isstopped 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)

[8]ページ先頭

©2009-2025 Movatter.jp