projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce1c5b9
)
Use correct and consistent unit abbreviation
author
Peter Eisentraut
Mon, 1 Jun 2020 19:18:36 +0000
(21:18 +0200)
committer
Peter Eisentraut
Mon, 1 Jun 2020 19:18:36 +0000
(21:18 +0200)
src/backend/storage/sync/sync.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/storage/sync/sync.c
b/src/backend/storage/sync/sync.c
index 022366c17222056af84a9d21e1813550f95be0ab..3ded2cdd716bc2cdc49604c9f5f61e682e2b34ec 100644
(file)
--- a/
src/backend/storage/sync/sync.c
+++ b/
src/backend/storage/sync/sync.c
@@
-376,7
+376,7
@@
ProcessSyncRequests(void)
processed++;
if (log_checkpoints)
- elog(DEBUG1, "checkpoint sync: number=%d file=%s time=%.3f ms
ec
",
+ elog(DEBUG1, "checkpoint sync: number=%d file=%s time=%.3f ms",
processed,
path,
(double) elapsed / 1000);