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

Appearance settings

Commit 82a7132

Browse filesBrowse files
committed
1 parent b6c7cfa commit 82a7132
Copy full SHA for 82a7132

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎src/backend/access/nbtree/nbtsearch.c

Copy file name to clipboardExpand all lines: src/backend/access/nbtree/nbtsearch.c
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.