forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite03b807
committed
Fix incorrect format placeholders
Also remove obsolete comments about why the 64-bit integers need to beprinted in a separate buffer. The reason used to be portability, butnow the remaining reason is that we need the string lengths for theprogress displays. That is evident by looking at the code rightbelow, so a new comment doesn't seem necessary.1 parentf7e56f1 commite03b807
File tree
3 files changed
+8
-23
lines changed- src/bin
- pg_amcheck
- pg_basebackup
- pg_rewind
3 files changed
+8
-23
lines changedLines changed: 4 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1226 | 1226 |
| |
1227 | 1227 |
| |
1228 | 1228 |
| |
1229 |
| - | |
1230 |
| - | |
1231 |
| - | |
1232 |
| - | |
1233 |
| - | |
1234 |
| - | |
1235 |
| - | |
1236 |
| - | |
1237 |
| - | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
| 1232 | + | |
1238 | 1233 |
| |
1239 | 1234 |
| |
1240 | 1235 |
| |
|
Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
804 | 804 |
| |
805 | 805 |
| |
806 | 806 |
| |
807 |
| - | |
808 |
| - | |
809 |
| - | |
810 |
| - | |
811 |
| - | |
812 |
| - | |
| 807 | + | |
813 | 808 |
| |
814 |
| - | |
| 809 | + | |
815 | 810 |
| |
816 | 811 |
| |
817 | 812 |
| |
|
Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
759 | 759 |
| |
760 | 760 |
| |
761 | 761 |
| |
762 |
| - | |
763 |
| - | |
764 |
| - | |
765 |
| - | |
766 |
| - | |
767 |
| - | |
| 762 | + | |
768 | 763 |
| |
769 |
| - | |
| 764 | + | |
770 | 765 |
| |
771 | 766 |
| |
772 | 767 |
| |
|
0 commit comments
Comments
(0)