Re: Potential G2-item cycles under serializable isolation

From: raf <raf(at)raf(dot)org>
To: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: Potential G2-item cycles under serializable isolation
Date: 2020-06-12 22:11:36
Message-ID: 20200612221136.ymzplwww7pprqslh@raf.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Thomas Munro wrote:

> + Access to the system catalogs is not done using the isolation level
> + of the current transaction. This has the effect that newly created
> + database objects such as tables become visible to concurrent Repeatable
> + Read and Serializable transactions, even though their contents does not.

"their contents does not" should be "their contents do not".

cheers,
raf

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Jehan-Guillaume de Rorthais 2020-06-12 22:43:22 Re: BUG #15285: Query used index over field with ICU collation in some cases wrongly return 0 rows
Previous Message David G. Johnston 2020-06-12 21:41:33 Re: BUG #16492: DROP VIEW IF EXISTS error