Skip to content

Commit dc5ebcf

Browse files
author
Neil Conway
committed
Fix typo in comment.
1 parent 2987337 commit dc5ebcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/hash/hashpage.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
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))

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy