• marko's avatar
    branches/zip: Remove page_zip_decompress_low(). Do not call page_validate() · 66088021
    marko authored
    on the ZIP_DUMMY index.  Because it does not contain valid collation
    information, the ordering check in page_validate() may fail on pages
    containing non-binary data.
    
    Instead, let the callers of page_zip_decompress() invoke page_validate()
    when the index information is available.
    66088021
page0zip.c 91 KB