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

Commitc47d261

Browse files
committed
In pg_upgrade testing script, turn off command echo at the end so status
report is clearer.
1 parentec8d1e3 commitc47d261

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎contrib/pg_upgrade/test.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,11 @@ esac
127127

128128
pg_dumpall -f"$temp_root"/dump2.sql|| pg_dumpall2_status=$?
129129
pg_ctl -m fast stop
130+
131+
# no need to echo commands anymore
132+
set +x
133+
echo
134+
130135
if [-n"$pg_dumpall2_status" ];then
131136
echo"pg_dumpall of post-upgrade database cluster failed"
132137
exit 1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp