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

Commit05c4d25

Browse files
committed
kill dtm within restart
1 parentac3efcb commit05c4d25

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

‎install.sh‎

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
./install/bin/pg_ctl -D ./install/data1 stop
44
./install/bin/pg_ctl -D ./install/data2 stop
55

6+
killall dtmd
7+
68
rm -rf install
79

810
make install
911

10-
cd contrib/pg_xtm/
12+
cd contrib/pg_dtm/
1113

1214
make clean
1315
make
@@ -33,8 +35,9 @@ echo 'autovacuum = off' >> ./install/data2/postgresql.conf
3335
./install/bin/pg_ctl -D ./install/data2 -l ./install/data2/log start
3436

3537

36-
cd contrib/pg_xtm/dtmd
38+
cd contrib/pg_dtm/dtmd
3739
make clean
3840
make
3941
rm -rf /tmp/clog/*
40-
./bin/dtmd
42+
mkdir -p /tmp/clog
43+
./bin/dtmd

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp