Re: MVCC catalog access - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: MVCC catalog access
Date
Msg-id 51D2F3C1.2030002@vmware.com
Whole thread Raw
In response to Re: MVCC catalog access  (Andres Freund <andres@2ndquadrant.com>)
List pgsql-hackers
On 02.07.2013 18:24, Andres Freund wrote:
> I've quickly verified that it indeed uses them. I wish I hadn't. Brrr. I
> can't even guess what that should do from the surrounding code/function
> names. Except that it looks broken under concurrency as long as
> SnapshotNow is used (because the query's snapshot won't be as new as
> SnapshotNow, even in read committed mode).
>
> Heikki, do you understand the code well enough to explain it without
> investing time?

No, sorry. I think it has something to do with updateable cursors, but I 
don't understand the details.

- Heikki



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Custom gucs visibility
Next
From: Claudio Freire
Date:
Subject: Re: Randomisation for ensuring nlogn complexity in quicksort