a6a34c2ed2
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
7 lines
309 B
Text
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.
|