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
Artem Gavrilov 2025-11-19 11:58:01 +02:00
parent d2c1842fde
commit dfd2a7f174
1 changed files with 1 additions and 0 deletions

View File

@ -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 \