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

Commit26cfefa

Browse files
committed
Fix printf mask for SizeVfdCache
Qingqing Zhou
1 parent56f4478 commit26cfefa

File tree

1 file changed

+2
-2
lines changed
  • src/backend/storage/file

1 file changed

+2
-2
lines changed

‎src/backend/storage/file/fd.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Portions Copyright (c) 1994, Regents of the University of California
88
*
99
* IDENTIFICATION
10-
* $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.127 2006/03/05 15:58:37 momjian Exp $
10+
* $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.128 2006/05/30 13:04:59 momjian Exp $
1111
*
1212
* NOTES:
1313
*
@@ -649,7 +649,7 @@ AllocateVfd(void)
649649
Indexi;
650650
Filefile;
651651

652-
DO_DB(elog(LOG,"AllocateVfd. Size %d",SizeVfdCache));
652+
DO_DB(elog(LOG,"AllocateVfd. Size %lu",SizeVfdCache));
653653

654654
Assert(SizeVfdCache>0);/* InitFileAccess not called? */
655655

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp