pgsql: Fix inconsistency in pg_buffercache docs.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Fix inconsistency in pg_buffercache docs.
Дата
Msg-id E1jWtxm-0004DM-Th@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix inconsistency in pg_buffercache docs.

Commit 6e654546fb avoids locking bufmgr partitions to make pg_buffercache
less disruptive on production systems but forgot to update the docs.

Reported-by: Sawada Masahiko
Author: Sawada Masahiko
Reviewed-by: Amit Kapila
Backpatch-through: 10
Discussion: https://postgr.es/m/CA+fd4k6sD8oeP1qJbFAor=rCpYckU9DsywHiYx3x5Hz5Z8Ua_w@mail.gmail.com

Branch
------
REL_12_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/fc3461c8a2ad2b4a2965f5fa871834ad7cd141ee

Modified Files
--------------
doc/src/sgml/pgbuffercache.sgml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: pgsql: Report missing wait event for timeline history file.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Propagate ALTER TABLE ... SET STORAGE to indexes