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
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);