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 5dd0a82 commit 9e64b1dCopy full SHA for 9e64b1d
contrib/pg_dtm/tests/deploy_layouts/roles/postgrespro/tasks/postgres.yml
@@ -4,12 +4,21 @@
4
chdir: "{{pg_src}}"
5
creates: "{{pg_dst}}/bin/postgres"
6
7
+- name: remove dtm.so
8
+ shell: rm -f {{pg_dst}}/lib/pg_dtm.so
9
+
10
- name: build dtm extension
11
shell: make clean && make && make install
12
args:
13
chdir: "{{pg_src}}/contrib/pg_dtm"
14
creates: "{{pg_dst}}/lib/pg_dtm.so"
15
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
22
- stat: path={{pg_datadir}}/postmaster.pid
23
register: pg_pidfile
24
0 commit comments