pgsql: Docs: explain contrib/pg_stat_statements' handling of GC failure - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Docs: explain contrib/pg_stat_statements' handling of GC failure
Date
Msg-id E1Zj8so-0008Pv-0X@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Docs: explain contrib/pg_stat_statements' handling of GC failure.

Failure to perform garbage collection now has a user-visible effect, so
explain that and explain that reducing pgss_max is the way to prevent it.
Per gripe from Andrew Dunstan.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f8a5e579d18b268f287d81b8a4bd54955ca90c37

Modified Files
--------------
doc/src/sgml/pgstatstatements.sgml |   18 ++++++++++++++++--
1 file changed, 16 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Docs: explain contrib/pg_stat_statements' handling of GC failure
Next
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Apply SELECT policies in INSERT/UPDATE+RETURNING