Fix another typo in e0b1ee17dc
Reported-by: Richard Guo Discussion: https://postgr.es/m/CAMbWs4_kHMJDak75y1kBTirv-drS1-knT-7Mpg5LprAjqRJDVA%40mail.gmail.com
This commit is contained in:
parent
b6c7cfac88
commit
82a7132f53
@ -1784,7 +1784,7 @@ _bt_readpage(IndexScanDesc scan, ScanDirection dir, OffsetNumber offnum)
|
|||||||
/*
|
/*
|
||||||
* If the result of prechecking required keys was true, then in
|
* If the result of prechecking required keys was true, then in
|
||||||
* assert-enabled builds we also recheck that _bt_checkkeys()
|
* assert-enabled builds we also recheck that _bt_checkkeys()
|
||||||
* result is is the same.
|
* result is the same.
|
||||||
*/
|
*/
|
||||||
Assert(!requiredMatchedByPrecheck ||
|
Assert(!requiredMatchedByPrecheck ||
|
||||||
passes_quals == _bt_checkkeys(scan, itup, indnatts, dir,
|
passes_quals == _bt_checkkeys(scan, itup, indnatts, dir,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user