We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac3efcb commit 05c4d25Copy full SHA for 05c4d25
install.sh
@@ -3,11 +3,13 @@
3
./install/bin/pg_ctl -D ./install/data1 stop
4
./install/bin/pg_ctl -D ./install/data2 stop
5
6
+killall dtmd
7
+
8
rm -rf install
9
10
make install
11
-cd contrib/pg_xtm/
12
+cd contrib/pg_dtm/
13
14
make clean
15
make
@@ -33,8 +35,9 @@ echo 'autovacuum = off' >> ./install/data2/postgresql.conf
33
35
./install/bin/pg_ctl -D ./install/data2 -l ./install/data2/log start
34
36
37
-cd contrib/pg_xtm/dtmd
38
+cd contrib/pg_dtm/dtmd
39
40
41
rm -rf /tmp/clog/*
-./bin/dtmd
42
+mkdir -p /tmp/clog
43
+./bin/dtmd
0 commit comments