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 e8c334c

Browse filesBrowse files
committed
Fix typos in e0b1ee1
Reported-by: Alexander Lakhin
1 parent ffb69b2 commit e8c334c
Copy full SHA for e8c334c

File tree

Expand file treeCollapse file tree

2 files changed

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

2 files changed

+2
-2
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
@@ -1665,7 +1665,7 @@ _bt_readpage(IndexScanDesc scan, ScanDirection dir, OffsetNumber offnum)
16651665
/*
16661666
* If the result of prechecking required keys was true, then in
16671667
* assert-enabled builds we also recheck that _bt_checkkeys()
1668-
* result is is the same.
1668+
* result is the same.
16691669
*/
16701670
Assert(!requiredMatchedByPrecheck ||
16711671
passes_quals == _bt_checkkeys(scan, itup, indnatts, dir,

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

Copy file name to clipboardExpand all lines: src/backend/access/nbtree/nbtutils.c
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1415,7 +1415,7 @@ _bt_checkkeys(IndexScanDesc scan, IndexTuple tuple, int tupnatts,
14151415

14161416
/*
14171417
* Is the key required for scanning for either forward or backward
1418-
* direction? If so and called told us that these types of keys are
1418+
* direction? If so and caller told us that these types of keys are
14191419
* known to be matched, skip the check. Except for the row keys,
14201420
* where NULLs could be found in the middle of matching values.
14211421
*/

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.