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

Commitabece8a

Browse files
committed
Clean environment for pg_upgrade test.
This removes exisiting PG settings from the environment forpg_upgrade tests, just like pg_regress does.
1 parent65c3bf1 commitabece8a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

‎contrib/pg_upgrade/test.sh

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,15 @@ PGDATA=$temp_root/data
5858
export PGDATA
5959
rm -rf"$PGDATA""$PGDATA".old
6060

61+
unset PGDATABASE
62+
unset PGUSER
63+
unset PGSERVICE
64+
unset PGSSLMODE
65+
unset PGREQUIRESSL
66+
unset PGCONNECT_TIMEOUT
67+
unset PGHOST
68+
unset PGHOSTADDR
69+
6170
logdir=$PWD/log
6271
rm -rf"$logdir"
6372
mkdir"$logdir"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp