projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc63ab1
)
Fix typo in comment.
author
Neil Conway
<
[email protected]
>
Tue, 10 May 2005 05:15:07 +0000
(
05:15
+0000)
committer
Neil Conway
<
[email protected]
>
Tue, 10 May 2005 05:15:07 +0000
(
05:15
+0000)
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 f42a93afc546eccf18c30864472c2f021493a88d..3a92fc2bd919011bb38c80b9660c335906298e9b 100644
(file)
--- a/
src/backend/access/hash/hashpage.c
+++ b/
src/backend/access/hash/hashpage.c
@@
-388,7
+388,7
@@
_hash_expandtable(Relation rel, Buffer metabuf)
* Check to see if split is still needed; someone else might have
* already done one while we waited for the lock.
*
- * Make sure this stays in sync with_hash_doinsert()
+ * Make sure this stays in sync with
_hash_doinsert()
*/
if (metap->hashm_ntuples <=
(double) metap->hashm_ffactor * (metap->hashm_maxbucket + 1))