|
11 | 11 | * Portions Copyright (c) 1994, Regents of the University of California |
12 | 12 | * |
13 | 13 | * IDENTIFICATION |
14 | | - * $PostgreSQL: pgsql/src/backend/utils/mmgr/aset.c,v 1.64 2005/10/15 02:49:36 momjian Exp $ |
| 14 | + * $PostgreSQL: pgsql/src/backend/utils/mmgr/aset.c,v 1.65 2006/02/14 15:34:46 tgl Exp $ |
15 | 15 | * |
16 | 16 | * NOTE: |
17 | 17 | *This is a new (Feb. 05, 1999) implementation of the allocation set |
@@ -1069,7 +1069,7 @@ AllocSetStats(MemoryContext context) |
1069 | 1069 | } |
1070 | 1070 | } |
1071 | 1071 | fprintf(stderr, |
1072 | | -"%s: %ld total in %ld blocks; %ld free (%ld chunks); %ld used\n", |
| 1072 | +"%s: %lu total in %ld blocks; %lu free (%ld chunks); %lu used\n", |
1073 | 1073 | set->header.name,totalspace,nblocks,freespace,nchunks, |
1074 | 1074 | totalspace-freespace); |
1075 | 1075 | } |
|