Skip to content

Commit 2f22765

Browse files
committed
Restore set -x in pg_upgrade/test.sh, so the user can see what is being
executed.
1 parent aa2fec0 commit 2f22765

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

contrib/pg_upgrade/test.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ logdir=$PWD/log
7171
rm -rf "$logdir"
7272
mkdir "$logdir"
7373

74+
# enable echo so the user can see what is being executed
75+
set -x
76+
7477
$oldbindir/initdb -N
7578
$oldbindir/pg_ctl start -l "$logdir/postmaster1.log" -o '-F' -w
7679
if "$MAKE" -C "$oldsrc" installcheck; then

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy