File tree Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Expand file tree Collapse file tree 1 file changed +13
-4
lines changed Original file line number Diff line number Diff line change 33# Does not support the PGXS infrastructure at this time. Please, compile as part
44# of the contrib source tree.
55
6+ extension = ' rum'
7+ extversion = ' 1.3'
8+
69rum_sources = files (
710 ' src/btree_rum.c' ,
811 ' src/rum_arr_utils.c' ,
@@ -33,15 +36,19 @@ rum = shared_module('rum',
3336)
3437contrib_targets += rum
3538
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+
3647install_data (
3748 ' rum.control' ,
3849 ' rum--1.0--1.1.sql' ,
39- ' rum--1.0.sql' ,
4050 ' rum--1.1--1.2.sql' ,
41- ' rum--1.1.sql' ,
4251 ' rum--1.2--1.3.sql' ,
43- ' rum--1.2.sql' ,
44- ' rum--1.3.sql' ,
4552 kwargs : contrib_data_args,
4653)
4754
@@ -94,7 +101,9 @@ tests += {
94101 ' tap' : {
95102 ' tests' : [
96103 ' t/001_wal.pl' ,
104+ ' t/002_pglist.pl' ,
97105 ],
106+ ' test_kwargs' : {' timeout' : 3000 },
98107 },
99108 ' isolation' : {
100109 ' specs' : [
You can’t perform that action at this time.
0 commit comments