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

Commit549a4bd

Browse files
committed
Adjust message to not be misleading on Windows.
Andrew Dunstan
1 parent39fccf0 commit549a4bd

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

‎src/test/regress/pg_regress.sh

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.47 2004/09/22 19:11:19 tgl Exp $
2+
# $PostgreSQL: pgsql/src/test/regress/pg_regress.sh,v 1.48 2004/10/24 22:09:33 tgl Exp $
33

44
me=`basename$0`
55
:${TMPDIR=/tmp}
@@ -470,7 +470,14 @@ else # not temp-install
470470
if [-n"$PGHOST" ];then
471471
echo"(using postmaster on$PGHOST,$port_info)"
472472
else
473-
echo"(using postmaster on Unix socket,$port_info)"
473+
case$host_platformin
474+
*-*-mingw32*)
475+
echo"(using postmaster on localhost socket,$port_info)"
476+
;;
477+
*)
478+
echo"(using postmaster on Unix socket,$port_info)"
479+
;;
480+
esac
474481
fi
475482
message"dropping database\"$dbname\""
476483
"$bindir/dropdb"$psql_options"$dbname"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp