Commit 312bac54 authored by Magnus Hagander's avatar Magnus Hagander

Fix typo in comment

Author: Masahiko Sawada
parent d761fe21
...@@ -843,7 +843,7 @@ hashbucketcleanup(Relation rel, Bucket cur_bucket, Buffer bucket_buf, ...@@ -843,7 +843,7 @@ hashbucketcleanup(Relation rel, Bucket cur_bucket, Buffer bucket_buf,
if (bucket != cur_bucket) if (bucket != cur_bucket)
{ {
/* /*
* We expect tuples to either belong to curent bucket or * We expect tuples to either belong to current bucket or
* new_bucket. This is ensured because we don't allow * new_bucket. This is ensured because we don't allow
* further splits from bucket that contains garbage. See * further splits from bucket that contains garbage. See
* comments in _hash_expandtable. * comments in _hash_expandtable.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment