pgsql: Doc: document autovacuum interruption. - Mailing list pgsql-committers

From Amit Kapila
Subject pgsql: Doc: document autovacuum interruption.
Date
Msg-id E1iAnlq-0000Nx-9d@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: document autovacuum interruption.

It's important users be able to know (without looking at the source code)
that running DDL or DDL-like commands can interrupt autovacuum which can
lead to a lot of dead tuples and hence slower database operations.

Reported-by: James Coleman
Author: James Coleman
Reviewed-by: Amit Kapila
Backpatch-through: 9.4
Discussion: https://postgr.es/m/CAAaqYe-XYyNwML1=f=gnd0qWg46PnvD=BDrCZ5-L94B887XVxQ@mail.gmail.com

Branch
------
REL_11_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/1831c6b1841c7237eeb426556c5cae8aaa64c8e1

Modified Files
--------------
doc/src/sgml/maintenance.sgml | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Redesign pageinspect function printing infomask bits
Next
From: Michael Paquier
Date:
Subject: pgsql: Doc: Fix incorrect mention to connection_object in CONNECT comma