Doc: document autovacuum interruption.

Amit Kapila <akapila@postgresql.org>

Commit: 82fa3ff867219a212a467317a77011df29cb5903
Author: Amit Kapila <akapila@postgresql.org>
Date: 2019-09-19T03:25:38Z
Releases: 13.0
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

Files

PathChange+/−
doc/src/sgml/maintenance.sgml modified +20 −0

Documentation touched

Discussion