File tree 1 file changed +13
-4
lines changed
1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 3
3
# Does not support the PGXS infrastructure at this time. Please, compile as part
4
4
# of the contrib source tree.
5
5
6
+ extension = ' rum'
7
+ extversion = ' 1.3'
8
+
6
9
rum_sources = files (
7
10
' src/btree_rum.c' ,
8
11
' src/rum_arr_utils.c' ,
@@ -33,15 +36,19 @@ rum = shared_module('rum',
33
36
)
34
37
contrib_targets += rum
35
38
39
+ configure_file (
40
+ input : ' rum_init.sql' ,
41
+ output : extension + ' --' + extversion + ' .sql' ,
42
+ copy : true ,
43
+ install : true ,
44
+ install_dir : contrib_data_args[' install_dir' ],
45
+ )
46
+
36
47
install_data (
37
48
' rum.control' ,
38
49
' rum--1.0--1.1.sql' ,
39
- ' rum--1.0.sql' ,
40
50
' rum--1.1--1.2.sql' ,
41
- ' rum--1.1.sql' ,
42
51
' rum--1.2--1.3.sql' ,
43
- ' rum--1.2.sql' ,
44
- ' rum--1.3.sql' ,
45
52
kwargs : contrib_data_args,
46
53
)
47
54
@@ -91,6 +98,8 @@ tests += {
91
98
' tap' : {
92
99
' tests' : [
93
100
' t/001_wal.pl' ,
101
+ ' t/002_pglist.pl' ,
94
102
],
103
+ ' test_kwargs' : {' timeout' : 3000 },
95
104
},
96
105
}
You can’t perform that action at this time.
0 commit comments