Changes to be committed:

modified:   data.cpp

 Changes to be committed:
	modified:   data.cpp

 Changes to be committed:
	modified:   data.cpp

 Changes to be committed:
	modified:   lib/page_compression/PageCompression.cpp

 Changes to be committed:
	modified:   bin/pg_probackup/data.cpp
	modified:   lib/page_compression/PageCompression.cpp
This commit is contained in:
钟承志
2024-09-02 16:30:02 +08:00
parent c1255aea25
commit 7d862324c4

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) {