aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/backend/access/hash/hashpage.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/hash/hashpage.c b/src/backend/access/hash/hashpage.c
index 622cc4b837d..61ca2ecf55e 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);