Commit 1980cef
Fix binary units usage in checkpoint statistics
- Change "Checkpoint MB/sec" to "Checkpoint MiB/sec"
- Complies with project binary units standards (base-2)
- Calculation uses 1024.0 * 1024, so MiB is accurate
- Applies to both PostgreSQL 17+ and <17 versions
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 4c3bc28 commit 1980cef
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
| 78 | + | |
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
| |||
0 commit comments