1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-27 07:42:10 +03:00

Fix typo in comment

Author: Masahiko Sawada
This commit is contained in:
Magnus Hagander
2017-05-22 09:10:02 +02:00
parent d761fe2182
commit 312bac54cc

View File

@@ -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.