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 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 sync with_hash_doinsert ()
391
+ * Make sure this stays in sync with _hash_doinsert ()
392
392
*/
393
393
if (metap -> hashm_ntuples <=
394
394
(double ) metap -> hashm_ffactor * (metap -> hashm_maxbucket + 1 ))
You can’t perform that action at this time.
0 commit comments