On branch zym-hash-segment
Your branch is up to date with 'origin/zym-hash-segment'. Changes to be committed: modified: src/gausskernel/storage/access/hash/hashpage.cpp
This commit is contained in:
@ -996,7 +996,7 @@ static bool _hash_alloc_buckets(Relation rel, BlockNumber firstblock, uint32 nbl
|
||||
|
||||
if (IsSegmentFileNode(rel->rd_node)) {
|
||||
Buffer buf;
|
||||
for (int i = firstblock; i <= lastblock; i++) {
|
||||
for (BlockNumber i = firstblock; i <= lastblock; i++) {
|
||||
buf = ReadBuffer(rel, P_NEW);
|
||||
ReleaseBuffer(buf);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user