We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa2fec0 commit 2f22765Copy full SHA for 2f22765
contrib/pg_upgrade/test.sh
@@ -71,6 +71,9 @@ logdir=$PWD/log
71
rm -rf "$logdir"
72
mkdir "$logdir"
73
74
+# enable echo so the user can see what is being executed
75
+set -x
76
+
77
$oldbindir/initdb -N
78
$oldbindir/pg_ctl start -l "$logdir/postmaster1.log" -o '-F' -w
79
if "$MAKE" -C "$oldsrc" installcheck; then
0 commit comments