mirror of
https://github.com/postgres/postgres.git
synced 2026-07-05 07:45:54 -04:00
Reword alpha release note item on SSI.
Per Josh Berkus; some additional explanatory text by me.
This commit is contained in:
parent
c74d3aceb9
commit
bcf85e3f44
1 changed files with 8 additions and 1 deletions
|
|
@ -196,7 +196,14 @@
|
|||
|
||||
<listitem>
|
||||
<para>
|
||||
<emphasis>Implement a truly serializable isolation level</emphasis>
|
||||
<emphasis>Implement Serializable Snapshot Isolation, in order to
|
||||
provide a more robust serializable transaction mode.</emphasis>
|
||||
</para>
|
||||
<para>
|
||||
In previous releases, the REPEATABLE READ and SERIALIZABLE isolation
|
||||
levels were identical. The historical behavior of REPEATABLE READ is
|
||||
unchanged in this release, but SERIALIZABLE now provides stronger
|
||||
guarantees.
|
||||
</para>
|
||||
</listitem>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue