freebsd-ports/databases/pg_stat_kcache/pkg-message
Palle Girgensohn a6a34c2ed2 Update to 2.0.3
Add PG 9.6 compatibility

Fix issues in shared memory estimation, which could prevent starting postgres
or reduce the amount of possible locks (thanks to Jean-Sébastien BACQ for the
report)

Add hint of possible reasons pgss.max could not be retrieved, which could
prevent starting postgres

Make portlint happy
2016-10-04 09:55:54 +00:00

7 lines
309 B
Text

To activate pg_stat_kcache on your PostgreSQL server, add 'pg_stat_kcache' to
shared_preload_libraries in $PGDATA/postgresql.conf. For every database,
run
CREATE EXTENSION IF NOT EXISTS pg_stat_kcache
Using databases/powa-web and databases/powa-archivist together with
pg_stat_kcache is warmly recommended.