Changes to be committed:

modified:   PageCompression.cpp
This commit is contained in:
钟承志
2024-09-26 09:46:27 +08:00
parent a7b4c50703
commit e3f8139c18

View File

@ -301,11 +301,6 @@ size_t CalRealWriteSize(char *buffer)
return BLCKSZ;
}
/* check the assignment made during backup */
if (phdr->pd_lower & COMP_ASIGNMENT) {
return BLCKSZ;
}
size_t compressedBufferSize;
uint8 pagetype = PageGetPageLayoutVersion(buffer);
if (pagetype == PG_UHEAP_PAGE_LAYOUT_VERSION) {