mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-23 19:39:53 +08:00
Use correct and consistent unit abbreviation
This commit is contained in:
parent
ce1c5b9ae8
commit
42181b1015
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user