Re: BUG #16454: Mixed isolation levels inside transactions
Thomas Munro <thomas.munro@gmail.com>
From: Thomas Munro <thomas.munro@gmail.com>
To: lalbin@scharp.org, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>
Date: 2020-05-21T01:56:47Z
Lists: pgsql-bugs
On Thu, May 21, 2020 at 12:59 PM PG Bug reporting form <noreply@postgresql.org> wrote: > I am seeing mixed/hybrid Isolation Levels when setting the isolation level > to SERIALIZABLE READ ONLY DEFERRABLE, this also happens with REPEATABLE READ > READ ONLY. The user tables sees only the data committed before the > transaction begins but the system tables sees data committed by other > transactions after the transaction begins. This means in my example the user > tables are Serializable Isolation Level and the system tables are Read > Committed Isolation Level. That is expected behaviour. Perhaps we're missing a note about it in the manual?
Commits
-
Doc: Add references for SI and SSI.
- 4c897197d793 9.5.23 landed
- 7295ac9c6c71 9.6.19 landed
- e2aca0d02d97 10.14 landed
- 648e56d3984d 11.9 landed
- eb1286413c0a 12.4 landed
- 4701efa9f741 13.0 landed
- 1575fbf1ac3c 14.0 landed