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

Commit 82a7132

Browse files
committed
1 parent b6c7cfa commit 82a7132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/nbtree/nbtsearch.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ _bt_readpage(IndexScanDesc scan, ScanDirection dir, OffsetNumber offnum)
17841784
/*
17851785
* If the result of prechecking required keys was true, then in
17861786
* assert-enabled builds we also recheck that _bt_checkkeys()
1787-
* result is is the same.
1787+
* result is the same.
17881788
*/
17891789
Assert(!requiredMatchedByPrecheck ||
17901790
passes_quals == _bt_checkkeys(scan, itup, indnatts, dir,

0 commit comments

Comments
 (0)