Skip to content

Commit 26cfefa

Browse files
committed
Fix printf mask for SizeVfdCache
Qingqing Zhou
1 parent 56f4478 commit 26cfefa

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
Index i;
650650
File file;
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)
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