File tree Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Expand file tree Collapse file tree 3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change 22* .o
33* .so
44/results
5- * pg_wait_sampling--1.1.sql
65.log
76Dockerfile
87/log /
Original file line number Diff line number Diff line change @@ -4,14 +4,11 @@ MODULE_big = pg_wait_sampling
44OBJS = pg_wait_sampling.o collector.o
55
66EXTENSION = pg_wait_sampling
7- EXTVERSION = 1.1
8- DATA_built = pg_wait_sampling--$(EXTVERSION ) .sql
9- DATA = pg_wait_sampling--1.0--1.1.sql
7+ DATA = pg_wait_sampling--1.1.sql pg_wait_sampling--1.0--1.1.sql
108
119REGRESS = load queries
1210
1311EXTRA_REGRESS_OPTS=--temp-config =$(top_srcdir ) /$(subdir ) /conf.add
14- EXTRA_CLEAN = pg_wait_sampling--$(EXTVERSION ) .sql
1512
1613ifdef USE_PGXS
1714PG_CONFIG = pg_config
@@ -24,9 +21,6 @@ include $(top_builddir)/src/Makefile.global
2421include $(top_srcdir ) /contrib/contrib-global.mk
2522endif
2623
27- $(EXTENSION ) --$(EXTVERSION ) .sql : setup.sql
28- cat $^ > $@
29-
3024# Prepare the package for PGXN submission
3125package : dist .git
3226 $(eval DISTVERSION := $(shell git tag -l | tail -n 1 | cut -d 'v' -f 2) )
File renamed without changes.
You can’t perform that action at this time.
0 commit comments