diff options
author | Neil Conway | 2005-05-10 05:15:07 +0000 |
---|---|---|
committer | Neil Conway | 2005-05-10 05:15:07 +0000 |
commit | bc5adafc69778f1092805d57ddebf3749fbc876c (patch) | |
tree | 262830339a54b87bfb4fba188d819710b9251ba2 | |
parent | fc63ab180e76df35179564b1557f12e9869fe628 (diff) |
Fix typo in comment.
-rw-r--r-- | src/backend/access/hash/hashpage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/hash/hashpage.c b/src/backend/access/hash/hashpage.c index f42a93afc5..3a92fc2bd9 100644 --- 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)) |