mirror of
https://github.com/postgres/postgres.git
synced 2025-08-25 20:23:07 +03:00
doc: PG 12 relnotes: update wording on truncate/vacuum item
This item prevents unauthorized locking of relations, and the previous wording was unclear. Reported-by: Michael Paquier Discussion: https://postgr.es/m/20190522072651.GC1278@paquier.xyz
This commit is contained in:
@@ -1498,7 +1498,8 @@ Author: Michael Paquier <michael@paquier.xyz>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This prevents unauthorized locking delays.
|
||||
This prevents unauthorized locking, which could interfere with
|
||||
user queries.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
@@ -1515,7 +1516,8 @@ Author: Michael Paquier <michael@paquier.xyz>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
This prevents unauthorized locking delays.
|
||||
This prevents unauthorized locking, which could interfere with
|
||||
user queries.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
Reference in New Issue
Block a user