File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,8 @@ rm -rf install
9
9
10
10
make install
11
11
12
- cd contrib/pg_dtm/
12
+ # cd contrib/pg_dtm/
13
+ cd contrib/pg_tsdtm/
13
14
14
15
make clean
15
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
35
36
echo " shared_preload_libraries = 'pg_dtm'" >> ./install/data2/postgresql.conf
36
37
38
+ echo " max_prepared_transactions = 400" >> ./install/data1/postgresql.conf
39
+ echo " max_prepared_transactions = 400" >> ./install/data2/postgresql.conf
37
40
38
41
./install/bin/pg_ctl -D ./install/data1 -l ./install/data1/log start
39
42
./install/bin/pg_ctl -D ./install/data2 -l ./install/data2/log start
40
43
41
44
42
- cd contrib/pg_dtm/dtmd
43
- make clean
44
- make
45
- rm -rf /tmp/clog/*
46
- mkdir -p /tmp/clog
47
- ./bin/dtmd
45
+ # cd contrib/pg_dtm/dtmd
46
+ # make clean
47
+ # make
48
+ # rm -rf /tmp/clog/*
49
+ # mkdir -p /tmp/clog
50
+ # ./bin/dtmd
You can’t perform that action at this time.
0 commit comments