Doc: document autovacuum interruption.

Amit Kapila <akapila@postgresql.org>

Commit: 4a9b83e1cdaf811d659dffcbe7dff7ddb479e014
Author: Amit Kapila <akapila@postgresql.org>
Date: 2019-09-19T03:23:19Z
Releases: 10.11
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