mirror of
https://github.com/postgres/postgres.git
synced 2025-06-20 15:22:23 +03:00
Reduce lock level for CREATE STATISTICS
In line with other lock reductions related to planning. Simon Riggs
This commit is contained in:
@ -923,7 +923,8 @@ ERROR: could not serialize access due to read/write dependencies among transact
|
||||
|
||||
<para>
|
||||
Acquired by <command>VACUUM</command> (without <option>FULL</option>),
|
||||
<command>ANALYZE</>, <command>CREATE INDEX CONCURRENTLY</>, and
|
||||
<command>ANALYZE</>, <command>CREATE INDEX CONCURRENTLY</>,
|
||||
<command>CREATE STATISTICS</> and
|
||||
<command>ALTER TABLE VALIDATE</command> and other
|
||||
<command>ALTER TABLE</command> variants (for full details see
|
||||
<xref linkend="SQL-ALTERTABLE">).
|
||||
|
Reference in New Issue
Block a user