|
|
@ -1665,7 +1665,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, |
|
|
|