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

Commit8dce894

Browse files
committed
Use initdb --noclean so that test database is available for examination
if initdb fails.
1 parent0df916e commit8dce894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/run_check.sh

Lines changed: 2 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.11 2000/03/01 21:10:05 petere Exp $
3+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/run_check.sh,v 1.12 2000/04/07 17:51:13 tgl Exp $
44

55
# ----------
66
# Check call syntax
@@ -173,7 +173,7 @@ export PATH
173173
# Run initdb to initialize a database system in ./tmp_check
174174
# ----------
175175
echo"=============== Initializing check database instance ================"
176-
initdb -L$LIBDIR -D$PGDATA>$LOGDIR/initdb.log2>&1
176+
initdb -L$LIBDIR -D$PGDATA--noclean>$LOGDIR/initdb.log2>&1
177177

178178
if [$?-ne 0 ]
179179
then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp