branches/zip: Remove page_zip_decompress_low(). Do not call page_validate()
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.
Showing
Please register or sign in to comment