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
pull/3/merge
Robert Haas 8 years ago
parent fc70a4b0df
commit f0a6046bcb
  1. 4
      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);

Loading…
Cancel
Save