From c16eb2d530b7c2987a948c7ed070ad607f58ff43 Mon Sep 17 00:00:00 2001 From: Amit Kapila Date: Fri, 20 Sep 2019 08:05:54 +0530 Subject: [PATCH] Fix typo in commit 82fa3ff8672. Reported-By: Kuntal Ghosh (off-list) Backpatch-through: 9.4, like 82fa3ff8672 --- doc/src/sgml/maintenance.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index c32c642fca1..aa57060e4dc 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -827,7 +827,7 @@ analyze threshold = analyze base threshold + analyze scale factor * number of tu Autovacuum workers generally don't block other commands. If a process - attempts to acquire a lock that conficts with the + attempts to acquire a lock that conflicts with the SHARE UPDATE EXCLUSIVE lock held by autovacuum, lock acquisition will interrupt the autovacuum. For conflicting lock modes, see . However, if the autovacuum -- 2.39.5