mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Standardize spelling of "nonblocking"
Only adjusted the user-exposed messages and documentation, not all source code comments.
This commit is contained in:
@@ -746,7 +746,7 @@ amrestrpos (IndexScanDesc scan);
|
||||
<para>
|
||||
When the <structfield>ampredlocks</> flag is not set, any scan using that
|
||||
index access method within a serializable transaction will acquire a
|
||||
non-blocking predicate lock on the full index. This will generate a
|
||||
nonblocking predicate lock on the full index. This will generate a
|
||||
read-write conflict with the insert of any tuple into that index by a
|
||||
concurrent serializable transaction. If certain patterns of read-write
|
||||
conflicts are detected among a set of concurrent serializable
|
||||
|
@@ -1366,7 +1366,7 @@ SELECT pg_advisory_lock(q.id) FROM
|
||||
<para>
|
||||
As mentioned in <xref linkend="xact-serializable">, Serializable
|
||||
transactions are just Repeatable Read transactions which add
|
||||
non-blocking monitoring for dangerous patterns of read/write conflicts.
|
||||
nonblocking monitoring for dangerous patterns of read/write conflicts.
|
||||
When a pattern is detected which could cause a cycle in the apparent
|
||||
order of execution, one of the transactions involved is rolled back to
|
||||
break the cycle.
|
||||
|
Reference in New Issue
Block a user