freebsd-ports/databases/pg_qualstats/files/patch-Makefile
Palle Girgensohn 4eb50a146e Add a suite of real time metrics tools for PostgreSQL
The PostgreSQL Workload Analyzer is performance tool for PostgreSQL 9.4 and
later, allowing to collect, aggregate and purge statistics on a PostgreSQL
instance from various sources. It is implemented as a background worker.

pg_qualstats, providing data about predicates, i.e. where clauses
2016-09-29 22:42:19 +00:00

11 lines
415 B
Text

--- Makefile.orig 2016-08-11 13:49:47 UTC
+++ Makefile
@@ -3,7 +3,7 @@ EXTVERSION = $(shell grep default_vers
TESTS = $(wildcard test/sql/*.sql)
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
REGRESS_OPTS = --inputdir=test
-DOCS = $(wildcard doc/*.md)
+DOCS = $(wildcard doc/*.md) $(wildcard *LICENSE)
MODULES = $(patsubst %.c,%,$(wildcard *.c))
PG_CONFIG ?= pg_config