diff options
author | Amit Kapila <akapila@postgresql.org> | 2019-09-20 08:05:54 +0530 |
---|---|---|
committer | Amit Kapila <akapila@postgresql.org> | 2019-09-20 08:05:54 +0530 |
commit | fea48c57b86584760a1e92bb773e082b7171d231 (patch) | |
tree | b5fa003aa8dadf34fb45cbeec32f2eed1903fac7 /doc/src | |
parent | 2f0434e8e96f8850705fbd46a12fb5286cf8922a (diff) |
Fix typo in commit 82fa3ff8672.
Reported-By: Kuntal Ghosh (off-list)
Backpatch-through: 9.4, like 82fa3ff8672
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/maintenance.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/maintenance.sgml b/doc/src/sgml/maintenance.sgml index 0e7b45371c0..63ddcae5829 100644 --- a/doc/src/sgml/maintenance.sgml +++ b/doc/src/sgml/maintenance.sgml @@ -828,7 +828,7 @@ analyze threshold = analyze base threshold + analyze scale factor * number of tu <para> 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 <literal>SHARE UPDATE EXCLUSIVE</literal> lock held by autovacuum, lock acquisition will interrupt the autovacuum. For conflicting lock modes, see <xref linkend="table-lock-compatibility">. However, if the autovacuum |