projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d761fe2
)
Fix typo in comment
author
Magnus Hagander
<magnus@hagander.net>
Mon, 22 May 2017 07:10:02 +0000
(09:10 +0200)
committer
Magnus Hagander
<magnus@hagander.net>
Mon, 22 May 2017 07:10:02 +0000
(09:10 +0200)
Author: Masahiko Sawada
src/backend/access/hash/hash.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/hash/hash.c
b/src/backend/access/hash/hash.c
index d0b0547491f7c34df3dca328eef3e1eb2851c3d0..8a3297924ff7132b85ce055d42fe519fbd125b46 100644
(file)
--- a/
src/backend/access/hash/hash.c
+++ b/
src/backend/access/hash/hash.c
@@
-843,7
+843,7
@@
hashbucketcleanup(Relation rel, Bucket cur_bucket, Buffer bucket_buf,
if (bucket != cur_bucket)
{
/*
- * We expect tuples to either belong to curent bucket or
+ * We expect tuples to either belong to cur
r
ent bucket or
* new_bucket. This is ensured because we don't allow
* further splits from bucket that contains garbage. See
* comments in _hash_expandtable.