We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent21e563f commit3e444ebCopy full SHA for 3e444eb
install.sh
@@ -9,7 +9,8 @@ rm -rf install
9
10
make install
11
12
-cd contrib/pg_dtm/
+# cd contrib/pg_dtm/
13
+cd contrib/pg_tsdtm/
14
15
make clean
16
make
@@ -34,14 +35,16 @@ echo 'autovacuum = off' >> ./install/data2/postgresql.conf
34
35
echo"shared_preload_libraries = 'pg_dtm'">> ./install/data1/postgresql.conf
36
echo"shared_preload_libraries = 'pg_dtm'">> ./install/data2/postgresql.conf
37
38
+echo"max_prepared_transactions = 400">> ./install/data1/postgresql.conf
39
+echo"max_prepared_transactions = 400">> ./install/data2/postgresql.conf
40
41
./install/bin/pg_ctl -D ./install/data1 -l ./install/data1/log start
42
./install/bin/pg_ctl -D ./install/data2 -l ./install/data2/log start
43
44
-cd contrib/pg_dtm/dtmd
-make clean
-make
45
-rm -rf /tmp/clog/*
46
-mkdir -p /tmp/clog
47
-./bin/dtmd
+#cd contrib/pg_dtm/dtmd
+#make clean
+#make
48
+#rm -rf /tmp/clog/*
49
+#mkdir -p /tmp/clog
50
+#./bin/dtmd