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:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user