forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9625845
committed
pg_upgrade: Bump MESSAGE_WIDTH.
Commit7b37823 added a status message to pg_upgrade that is 60characters wide. Since the MESSAGE_WIDTH macro is currently set to60, there is no space between this new status message and the "ok"or "failed" indicator appended when the step completes. To fixthis problem, this commit increases the value of MESSAGE_WIDTH to62.Suggested-by: Bharath RupireddyReviewed-by: Peter EisentrautDiscussion:https://postgr.es/m/CALj2ACVVvk1cYLtWVxHv%3DZ1Ubq%3DUES9fhKbUU4c9k4W%2BfEDnbw%40mail.gmail.comBackpatch-through: 161 parentd8b2fcc commit9625845
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
25 |
| - | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
|
0 commit comments
Comments
(0)