We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56f4478 commit 26cfefaCopy full SHA for 26cfefa
src/backend/storage/file/fd.c
@@ -7,7 +7,7 @@
7
* Portions Copyright (c) 1994, Regents of the University of California
8
*
9
* IDENTIFICATION
10
- * $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.127 2006/03/05 15:58:37 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/storage/file/fd.c,v 1.128 2006/05/30 13:04:59 momjian Exp $
11
12
* NOTES:
13
@@ -649,7 +649,7 @@ AllocateVfd(void)
649
Index i;
650
File file;
651
652
- DO_DB(elog(LOG, "AllocateVfd. Size %d", SizeVfdCache));
+ DO_DB(elog(LOG, "AllocateVfd. Size %lu", SizeVfdCache));
653
654
Assert(SizeVfdCache > 0); /* InitFileAccess not called? */
655
0 commit comments