projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc70a4b
)
Fix comment.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 27 Mar 2017 02:15:50 +0000
(22:15 -0400)
committer
Robert 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
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/hash/hashpage.c
b/src/backend/access/hash/hashpage.c
index 622cc4b837da1b3ae5ea3d6e46ec44e9daa3d479..61ca2ecf55e18d7c758be9daa0393b45b1b828ae 100644
(file)
--- 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);