Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 452739d

Browse files
committed
In pg_upgrade, remove 'set -x' from test script.
1 parent 1c59e37 commit 452739d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

contrib/pg_upgrade/test.sh

-2
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,6 @@ logdir=$PWD/log
7171
rm -rf "$logdir"
7272
mkdir "$logdir"
7373

74-
set -x
75-
7674
$oldbindir/initdb -N
7775
$oldbindir/pg_ctl start -l "$logdir/postmaster1.log" -o '-F' -w
7876
if "$MAKE" -C "$oldsrc" installcheck; then

0 commit comments

Comments
 (0)