@@ -528,7 +528,7 @@ MemoryContextStatsDetail(MemoryContext context, int max_children,
528528
529529if (print_to_stderr )
530530fprintf (stderr ,
531- "Grand total: %zu bytes in %zd blocks; %zu free (%zd chunks); %zu used\n" ,
531+ "Grand total: %zu bytes in %zu blocks; %zu free (%zu chunks); %zu used\n" ,
532532grand_totals .totalspace ,grand_totals .nblocks ,
533533grand_totals .freespace ,grand_totals .freechunks ,
534534grand_totals .totalspace - grand_totals .freespace );
@@ -547,7 +547,7 @@ MemoryContextStatsDetail(MemoryContext context, int max_children,
547547ereport (LOG_SERVER_ONLY ,
548548(errhidestmt (true),
549549errhidecontext (true),
550- errmsg_internal ("Grand total: %zu bytes in %zd blocks; %zu free (%zd chunks); %zu used" ,
550+ errmsg_internal ("Grand total: %zu bytes in %zu blocks; %zu free (%zu chunks); %zu used" ,
551551grand_totals .totalspace ,grand_totals .nblocks ,
552552grand_totals .freespace ,grand_totals .freechunks ,
553553grand_totals .totalspace - grand_totals .freespace )));
@@ -612,7 +612,7 @@ MemoryContextStatsInternal(MemoryContext context, int level,
612612for (i = 0 ;i <=level ;i ++ )
613613fprintf (stderr ," " );
614614fprintf (stderr ,
615- "%d more child contexts containing %zu total in %zd blocks; %zu free (%zd chunks); %zu used\n" ,
615+ "%d more child contexts containing %zu total in %zu blocks; %zu free (%zu chunks); %zu used\n" ,
616616ichild - max_children ,
617617local_totals .totalspace ,
618618local_totals .nblocks ,
@@ -624,7 +624,7 @@ MemoryContextStatsInternal(MemoryContext context, int level,
624624ereport (LOG_SERVER_ONLY ,
625625(errhidestmt (true),
626626errhidecontext (true),
627- errmsg_internal ("level: %d; %d more child contexts containing %zu total in %zd blocks; %zu free (%zd chunks); %zu used" ,
627+ errmsg_internal ("level: %d; %d more child contexts containing %zu total in %zu blocks; %zu free (%zu chunks); %zu used" ,
628628level ,
629629ichild - max_children ,
630630local_totals .totalspace ,