freebsd-ports/databases/pg_stat_kcache/files/patch-Makefile
Palle Girgensohn 11e3178e4d Add pg_stat_kcache module
Gathers statistics about real reads and writes done by the filesystem layer. It
is provided in the form of an extension for PostgreSQL >= 9.4., and requires
pg_stat_statements extension to be installed. PostgreSQL 9.4 or more is
required as previous version of provided pg_stat_statements didn't expose the
queryid field.

WWW:	https://github.com/dalibo/pg_stat_kcache
2016-05-28 18:26:33 +00:00

11 lines
355 B
Text

--- Makefile.orig 2016-01-21 22:44:44.214163699 +0100
+++ Makefile 2016-01-21 22:44:51.788162213 +0100
@@ -3,7 +3,7 @@
TESTS = $(wildcard test/sql/*.sql)
REGRESS = $(patsubst test/sql/%.sql,%,$(TESTS))
REGRESS_OPTS = --inputdir=test
-DOCS = $(wildcard README.rst)
+DOCS = $(wildcard *-README.rst)
PG_CONFIG = pg_config