Use correct and consistent unit abbreviation

This commit is contained in:
Peter Eisentraut 2020-06-01 21:18:36 +02:00
parent ce1c5b9ae8
commit 42181b1015
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ ProcessSyncRequests(void)
processed++; processed++;
if (log_checkpoints) if (log_checkpoints)
elog(DEBUG1, "checkpoint sync: number=%d file=%s time=%.3f msec", elog(DEBUG1, "checkpoint sync: number=%d file=%s time=%.3f ms",
processed, processed,
path, path,
(double) elapsed / 1000); (double) elapsed / 1000);