Fix typo in comment.
authorNeil Conway <[email protected]>
Tue, 10 May 2005 05:15:07 +0000 (05:15 +0000)
committerNeil Conway <[email protected]>
Tue, 10 May 2005 05:15:07 +0000 (05:15 +0000)
src/backend/access/hash/hashpage.c

index f42a93afc546eccf18c30864472c2f021493a88d..3a92fc2bd919011bb38c80b9660c335906298e9b 100644 (file)
@@ -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))