mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Use correct and consistent unit abbreviation
This commit is contained in:
@ -376,7 +376,7 @@ ProcessSyncRequests(void)
|
||||
processed++;
|
||||
|
||||
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,
|
||||
path,
|
||||
(double) elapsed / 1000);
|
||||
|
Reference in New Issue
Block a user