Add pg_stat_statements to EXTRA_INSTALL
TAP tests require pg_stat_statemets to be installed. Add this extenstion to temporary test installation.pull/583/head
parent
d2c1842fde
commit
dfd2a7f174
1
Makefile
1
Makefile
|
|
@ -11,6 +11,7 @@ PGFILEDESC = "pg_stat_monitor - execution statistics of SQL statements"
|
|||
LDFLAGS_SL += $(filter -lm, $(LIBS))
|
||||
|
||||
TAP_TESTS = 1
|
||||
EXTRA_INSTALL = contrib/pg_stat_statements
|
||||
REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/pg_stat_monitor/pg_stat_monitor.conf --inputdir=regression
|
||||
REGRESS = basic \
|
||||
version \
|
||||
|
|
|
|||
Loading…
Reference in New Issue