Skip to content

Commit f0a6046

Browse files
committed
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
1 parent fc70a4b commit f0a6046

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/hash/hashpage.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1002,8 +1002,8 @@ _hash_alloc_buckets(Relation rel, BlockNumber firstblock, uint32 nblocks)
10021002
page = (Page) zerobuf;
10031003

10041004
/*
1005-
* Initialize the freed overflow page. Just zeroing the page won't work,
1006-
* See _hash_freeovflpage for similar usage.
1005+
* Initialize the page. Just zeroing the page won't work; see
1006+
* _hash_freeovflpage for similar usage.
10071007
*/
10081008
_hash_pageinit(page, BLCKSZ);
10091009

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy