Commit f0a6046b authored by Robert Haas's avatar Robert Haas

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
parent fc70a4b0
...@@ -1002,8 +1002,8 @@ _hash_alloc_buckets(Relation rel, BlockNumber firstblock, uint32 nblocks) ...@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment