Fix comment.
authorRobert Haas <rhaas@postgresql.org>
Mon, 27 Mar 2017 02:15:50 +0000 (22:15 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 27 Mar 2017 02:15:50 +0000 (22:15 -0400)
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

src/backend/access/hash/hashpage.c

index 622cc4b837da1b3ae5ea3d6e46ec44e9daa3d479..61ca2ecf55e18d7c758be9daa0393b45b1b828ae 100644 (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);