mirror of
https://github.com/postgres/postgres.git
synced 2025-05-06 19:59:18 +03:00
Use correct and consistent unit abbreviation
This commit is contained in:
parent
ce1c5b9ae8
commit
42181b1015
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user