Alexander Korotkov 2 years ago
parent b6c7cfac88
commit 82a7132f53
  1. 2
      src/backend/access/nbtree/nbtsearch.c

@ -1784,7 +1784,7 @@ _bt_readpage(IndexScanDesc scan, ScanDirection dir, OffsetNumber offnum)
/*
* If the result of prechecking required keys was true, then in
* assert-enabled builds we also recheck that _bt_checkkeys()
* result is is the same.
* result is the same.
*/
Assert(!requiredMatchedByPrecheck ||
passes_quals == _bt_checkkeys(scan, itup, indnatts, dir,

Loading…
Cancel
Save