Skip to content

Commit 9e64b1d

Browse files
committed
tsdtm build
1 parent 5dd0a82 commit 9e64b1d

File tree

1 file changed

+9
-0
lines changed
  • contrib/pg_dtm/tests/deploy_layouts/roles/postgrespro/tasks

1 file changed

+9
-0
lines changed

contrib/pg_dtm/tests/deploy_layouts/roles/postgrespro/tasks/postgres.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,21 @@
44
chdir: "{{pg_src}}"
55
creates: "{{pg_dst}}/bin/postgres"
66

7+
- name: remove dtm.so
8+
shell: rm -f {{pg_dst}}/lib/pg_dtm.so
9+
710
- name: build dtm extension
811
shell: make clean && make && make install
912
args:
1013
chdir: "{{pg_src}}/contrib/pg_dtm"
1114
creates: "{{pg_dst}}/lib/pg_dtm.so"
1215

16+
# - name: build ts-dtm extension
17+
# shell: make clean && make && make install
18+
# args:
19+
# chdir: "{{pg_src}}/contrib/pg_tsdtm"
20+
# creates: "{{pg_dst}}/lib/pg_dtm.so"
21+
1322
- stat: path={{pg_datadir}}/postmaster.pid
1423
register: pg_pidfile
1524

0 commit comments

Comments
 (0)