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

Commit61f06bc

Browse files
committed
Use postmaster -i only on certain platforms.
1 parentfeaf1fc commit61f06bc

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/test/regress/run_check.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
#
3-
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.16 2000/05/18 15:37:56 momjian Exp $
3+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.17 2000/05/18 15:58:43 momjian Exp $
44

55
# ----------
66
# Check call syntax
@@ -62,8 +62,10 @@ extratests="$*"
6262
if ["x$hostname"="xwin"-o"x$hostname"="xi386-pc-qnx" ]
6363
then
6464
HOSTLOC="-h localhost"
65+
USETCPIP="-i"
6566
else
6667
HOSTLOC=""
68+
USETCPIP=""
6769
fi
6870

6971
# ----------
@@ -192,7 +194,7 @@ fi
192194
# him some time to pass the WAL recovery code.
193195
#----------
194196
echo"=============== Starting regression postmaster ================"
195-
postmaster -D$PGDATA-i -p$PGPORT$PMOPTIONS>$LOGDIR/postmaster.log2>&1&
197+
postmaster -D$PGDATA$USETCPIP -p$PGPORT$PMOPTIONS>$LOGDIR/postmaster.log2>&1&
196198
PMPID=$!
197199
sleep 2
198200

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp