pgsql: Docs: explain contrib/pg_stat_statements' handling of GC failure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Docs: explain contrib/pg_stat_statements' handling of GC failure
Date: 2015-10-05 16:45:02
Message-ID: E1Zj8so-0008Pv-0X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2015-10-05 17:02:57 Re: pgsql: Apply SELECT policies in INSERT/UPDATE+RETURNING
Previous Message Peter Eisentraut 2015-10-05 16:32:53 pgsql: doc: Update URLs of external projects