From dfd2a7f174423f5efb935066e1334a0306b0262f Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Wed, 19 Nov 2025 11:58:01 +0200 Subject: [PATCH] Add pg_stat_statements to EXTRA_INSTALL TAP tests require pg_stat_statemets to be installed. Add this extenstion to temporary test installation. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index c60f10b..d88408d 100644 --- a/Makefile +++ b/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 \