|
8 | 8 | * |
9 | 9 | * |
10 | 10 | * 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 $ |
12 | 12 | * |
13 | 13 | * NOTES |
14 | 14 | * Postgres hash pages look like ordinary relation pages. The opaque |
@@ -388,7 +388,7 @@ _hash_expandtable(Relation rel, Buffer metabuf) |
388 | 388 | * Check to see if split is still needed; someone else might have |
389 | 389 | * already done one while we waited for the lock. |
390 | 390 | * |
391 | | - * Make sure this stays in syncwith_hash_doinsert() |
| 391 | + * Make sure this stays in syncwith _hash_doinsert() |
392 | 392 | */ |
393 | 393 | if (metap->hashm_ntuples <= |
394 | 394 | (double)metap->hashm_ffactor* (metap->hashm_maxbucket+1)) |
|