From: | Amit Kapila <akapila(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Fix inconsistency in pg_buffercache docs. |
Date: | 2020-05-08 03:46:14 |
Message-ID: | E1jWtxm-0004DP-U6@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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_11_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/f918b5d219b7200d204515b32346183b97d031ae
Modified Files
--------------
doc/src/sgml/pgbuffercache.sgml | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2020-05-08 06:41:59 | pgsql: Propagate ALTER TABLE ... SET STORAGE to indexes |
Previous Message | Fujii Masao | 2020-05-08 01:40:42 | pgsql: Report missing wait event for timeline history file. |