Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitdc5ebcf

Browse files
author
Neil Conway
committed
Fix typo in comment.
1 parent2987337 commitdc5ebcf

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 syncwith_hash_doinsert()
391+
* Make sure this stays in syncwith _hash_doinsert()
392392
*/
393393
if (metap->hashm_ntuples <=
394394
(double)metap->hashm_ffactor* (metap->hashm_maxbucket+1))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp