mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Reset ALTER TABLE lock levels to AccessExclusiveLock in all cases.
Locks on inheritance parent remain at lower level, as they were before. Remove entry from 9.1 release notes.
This commit is contained in:
@ -846,8 +846,7 @@
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Add functions to control streaming replication replay (Simon
|
||||
Riggs)
|
||||
Add functions to control streaming replication replay (Simon Riggs)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@ -1742,20 +1741,6 @@
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>
|
||||
Minimize lock levels for <link
|
||||
linkend="SQL-CREATETRIGGER"><command>CREATE TRIGGER</></link>
|
||||
and many <link linkend="SQL-ALTERTABLE"><command>ALTER
|
||||
TABLE</></link> and <link linkend="SQL-CREATERULE"><command>CREATE
|
||||
RULE</></link> operations (Simon Riggs)
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This improves database availability when altering active databases.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
</itemizedlist>
|
||||
|
||||
</sect4>
|
||||
|
Reference in New Issue
Block a user