8000 Use correct and consistent unit abbreviation · postgrespro/postgres_cluster@42181b1 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 42181b1

Browse files
committed
Use correct and consistent unit abbreviation
1 parent ce1c5b9 commit 42181b1

File tree

1 file changed

+1
-1
lines changed
  • src/backend/storage/sync

1 file changed

+1
-1
lines changed

src/backend/storage/sync/sync.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ ProcessSyncRequests(void)
376376
processed++;
377377

378378
if (log_checkpoints)
379-
elog(DEBUG1, "checkpoint sync: number=%d file=%s time=%.3f msec",
379+
elog(DEBUG1, "checkpoint sync: number=%d file=%s time=%.3f ms",
380380
processed,
381381
path,
382382
(double) elapsed / 1000);

0 commit comments

Comments
 (0)
0