remove_unnecessary_comment_hash_v1.patch
application/octet-stream
Filename: remove_unnecessary_comment_hash_v1.patch
Type: application/octet-stream
Part: 0
Message:
Re: pgsql 10: hash indexes testing
Patch
Format: unified
Series: patch v1
| File | + | − |
|---|---|---|
| src/backend/access/hash/hashpage.c | 1 | 4 |
diff --git a/src/backend/access/hash/hashpage.c b/src/backend/access/hash/hashpage.c index 08eaf1d..7cf6764 100644 --- a/src/backend/access/hash/hashpage.c +++ b/src/backend/access/hash/hashpage.c @@ -1069,10 +1069,7 @@ _hash_alloc_buckets(Relation rel, BlockNumber firstblock, uint32 nblocks) * * In addition, the caller must have created the new bucket's base page, * which is passed in buffer nbuf, pinned and write-locked. The lock will be - * released here and pin must be released by the caller. (The API is set up - * this way because we must do _hash_getnewbuf() before releasing the metapage - * write lock. So instead of passing the new bucket's start block number, we - * pass an actual buffer.) + * released here and pin must be released by the caller. */ static void _hash_splitbucket(Relation rel,