!3673 adjust the log print level from log to debug5

Merge pull request !3673 from 吴岳川/compress
This commit is contained in:
opengauss_bot
2023-07-06 01:46:07 +00:00
committed by Gitee

View File

@ -299,7 +299,7 @@ void pca_buf_load_page(pca_page_ctrl_t *item, const ExtentLocation& location, Cf
location.headerNum * BLCKSZ, (uint32)WAIT_EVENT_DATA_FILE_READ);
if (nbytes != BLCKSZ) {
item->load_status = CTRL_PAGE_LOADED_ERROR;
ereport(LOG, (errcode(ERRCODE_DATA_CORRUPTED),
ereport(DEBUG5, (errcode(ERRCODE_DATA_CORRUPTED),
errmsg("Failed to pca_buf_load_page %s, headerNum: %u.", FilePathName(location.fd), location.headerNum)));
return;
}