Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit9625845

Browse files
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: 16
1 parentd8b2fcc commit9625845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/bin/pg_upgrade/pg_upgrade.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#defineMAX_STRING1024
2323
#defineQUERY_ALLOC8192
2424

25-
#defineMESSAGE_WIDTH60
25+
#defineMESSAGE_WIDTH62
2626

2727
#defineGET_MAJOR_VERSION(v)((v) / 100)
2828

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp