From: Robert Haas Date: Mon, 27 Mar 2017 02:15:50 +0000 (-0400) Subject: Fix comment. X-Git-Url: http://git.postgresql.org/gitweb/static/tut_user.html?a=commitdiff_plain;h=f0a6046bcb15c2fe48384ef547df2bfb5d7f0a89;p=users%2Fc2main%2Fpostgres.git 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 --- diff --git a/src/backend/access/hash/hashpage.c b/src/backend/access/hash/hashpage.c index 622cc4b837..61ca2ecf55 100644 --- a/src/backend/access/hash/hashpage.c +++ b/src/backend/access/hash/hashpage.c @@ -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);