mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
Fix comment.
Cut-and-paste led to something silly. Ashutosh Sharma, reviewed by Amit Kapila and by me Discussion: http://postgr.es/m/CAE9k0PmUbvQSBY7kwN_OkuqBYyHRXBX-c1ZkuAgR5vgF0GeWzQ@mail.gmail.com
This commit is contained in:
parent
fc70a4b0df
commit
f0a6046bcb
@ -1002,8 +1002,8 @@ _hash_alloc_buckets(Relation rel, BlockNumber firstblock, uint32 nblocks)
|
|||||||
page = (Page) zerobuf;
|
page = (Page) zerobuf;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Initialize the freed overflow page. Just zeroing the page won't work,
|
* Initialize the page. Just zeroing the page won't work; see
|
||||||
* See _hash_freeovflpage for similar usage.
|
* _hash_freeovflpage for similar usage.
|
||||||
*/
|
*/
|
||||||
_hash_pageinit(page, BLCKSZ);
|
_hash_pageinit(page, BLCKSZ);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user