!1516 一个编译告警

Merge pull request !1516 from 胡正超/master
This commit is contained in:
opengauss-bot 2022-02-21 13:17:52 +00:00 committed by Gitee
commit 49a52a001f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -7906,7 +7906,7 @@ void SetupPageCompressForRelation(RelFileNode* node, PageCompressOpts* compress_
relationName)));
}
uint1 preallocChunks;
uint1 preallocChunks = 0;
if (compress_options->compressPreallocChunks >= BLCKSZ / compress_options->compressChunkSize) {
ereport(ERROR, (errmsg("invalid compress_prealloc_chunks %d , must be less than %d for %s",
compress_options->compressPreallocChunks,