mirror of
https://github.com/postgres/postgres.git
synced 2026-02-25 10:50:50 -05:00
Fix typo in commit 82fa3ff867.
Reported-By: Kuntal Ghosh (off-list)
Backpatch-through: 9.4, like 82fa3ff867
This commit is contained in:
parent
984b9ba1d1
commit
2a98eefc1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue