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:
Robert Haas 2017-03-26 22:15:50 -04:00
parent fc70a4b0df
commit f0a6046bcb
1 changed files with 2 additions and 2 deletions

View File

@ -1002,8 +1002,8 @@ _hash_alloc_buckets(Relation rel, BlockNumber firstblock, uint32 nblocks)
page = (Page) zerobuf;
/*
* Initialize the freed overflow page. Just zeroing the page won't work,
* See _hash_freeovflpage for similar usage.
* Initialize the page. Just zeroing the page won't work; see
* _hash_freeovflpage for similar usage.
*/
_hash_pageinit(page, BLCKSZ);