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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Docs: explain contrib/pg_stat_statements' handling of GC failure
Дата
Msg-id E1Zj8so-0008Pv-0X@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Docs: explain contrib/pg_stat_statements' handling of GC failure
Следующее
От: Peter Geoghegan
Дата:
Сообщение: Re: pgsql: Apply SELECT policies in INSERT/UPDATE+RETURNING