aboutsummaryrefslogtreecommitdiff
path: root/databases/Makefile
diff options
context:
space:
mode:
authorPalle Girgensohn <girgen@FreeBSD.org>2016-05-28 18:26:33 +0000
committerPalle Girgensohn <girgen@FreeBSD.org>2016-05-28 18:26:33 +0000
commit11e3178e4d97446acaba58306a21e126d37144b3 (patch)
tree01b18e935f3c37c717873fc635c95bf01125f701 /databases/Makefile
parent6eb713b48d0e26d097ef3167d4805590138b4d0c (diff)
downloadports-11e3178e4d97446acaba58306a21e126d37144b3.tar.gz
ports-11e3178e4d97446acaba58306a21e126d37144b3.zip
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
Notes
Notes: svn path=/head/; revision=416058
Diffstat (limited to 'databases/Makefile')
-rw-r--r--databases/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/Makefile b/databases/Makefile
index f11e76c3c44f..ef33e6515acd 100644
--- a/databases/Makefile
+++ b/databases/Makefile
@@ -554,6 +554,7 @@
SUBDIR += pg_citus
SUBDIR += pg_reorg
SUBDIR += pg_rman
+ SUBDIR += pg_stat_kcache
SUBDIR += pg_statsinfo
SUBDIR += pgaccess
SUBDIR += pgadmin3