File tree 4 files changed +2615
-15
lines changed
4 files changed +2615
-15
lines changed Original file line number Diff line number Diff line change 11
11
include
12
12
lib
13
13
pip-selfcheck.json
14
-
15
- # Generated files
16
- rum--1.0--1.1.sql
17
- rum--1.1.sql
Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ REGRESS = rum rum_hash ruminv timestamp orderby orderby_hash altorder \
19
19
macaddr inet cidr text varchar char bytea bit varbit \
20
20
numeric
21
21
22
- EXTRA_CLEAN += rum--1.1.sql rum--1.0--1.1.sql
23
-
24
22
LDFLAGS_SL += $(filter -lm, $(LIBS ) )
25
23
26
24
ifdef USE_PGXS
37
35
wal-check : temp-install
38
36
$(prove_check )
39
37
40
- all : rum--1.1.sql
41
-
42
- # 9.6 requires 1.1 file but 10.0 could live with 1.0 + 1.0-1.1 files
43
- rum--1.1.sql : rum--1.0.sql rum--1.0--1.1.sql
44
- cat rum--1.0.sql rum--1.0--1.1.sql > rum--1.1.sql
45
-
46
- rum--1.0--1.1.sql : Makefile gen_rum_sql--1.0--1.1.pl
47
- perl gen_rum_sql--1.0--1.1.pl > rum--1.0--1.1.sql
48
-
49
38
install : installincludes
50
39
51
40
installincludes :
You can’t perform that action at this time.
0 commit comments