Skip to content

Commit 3e444eb

Browse files
committed
tsdtm in install.sh
1 parent 21e563f commit 3e444eb

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

install.sh

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ rm -rf install
99

1010
make install
1111

12-
cd contrib/pg_dtm/
12+
# cd contrib/pg_dtm/
13+
cd contrib/pg_tsdtm/
1314

1415
make clean
1516
make
@@ -34,14 +35,16 @@ echo 'autovacuum = off' >> ./install/data2/postgresql.conf
3435
echo "shared_preload_libraries = 'pg_dtm'" >> ./install/data1/postgresql.conf
3536
echo "shared_preload_libraries = 'pg_dtm'" >> ./install/data2/postgresql.conf
3637

38+
echo "max_prepared_transactions = 400" >> ./install/data1/postgresql.conf
39+
echo "max_prepared_transactions = 400" >> ./install/data2/postgresql.conf
3740

3841
./install/bin/pg_ctl -D ./install/data1 -l ./install/data1/log start
3942
./install/bin/pg_ctl -D ./install/data2 -l ./install/data2/log start
4043

4144

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

0 commit comments

Comments
 (0)