File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $PostgreSQL: pgsql/src/backend/access/hash/hashpage.c,v 1.47 2004/12/31 21:59:13 pgsql Exp $
11+ * $PostgreSQL: pgsql/src/backend/access/hash/hashpage.c,v 1.48 2005/05/10 05:15:07 neilc Exp $
1212 *
1313 * NOTES
1414 * Postgres hash pages look like ordinary relation pages. The opaque
@@ -388,7 +388,7 @@ _hash_expandtable(Relation rel, Buffer metabuf)
388388 * Check to see if split is still needed; someone else might have
389389 * already done one while we waited for the lock.
390390 *
391- * Make sure this stays in sync with_hash_doinsert ()
391+ * Make sure this stays in sync with _hash_doinsert ()
392392 */
393393 if (metap -> hashm_ntuples <=
394394 (double ) metap -> hashm_ffactor * (metap -> hashm_maxbucket + 1 ))
You can’t perform that action at this time.
0 commit comments