Search Postgresql Archives

Re: -1/0 virtualtransaction

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Apr 26, 2021 at 6:16 PM Tom Lane <tgl@xxxxxxxxxxxxx> wrote:
Hmm, that's an invalid VXID, which would ordinarily mean that nothing
is holding the lock.  There is a passing mention in mvcc.sgml that
SIRead locks sometimes need to be held past transaction end, so maybe
what you're looking at is such a lock that is no longer associated
with a specific transaction.  I have to disclaim knowing much of
anything about the SSI code, though.

Hmm, yeah. I had seen discussion of this "held past transaction end" but didn't know what to make of it.

The "Serializable Snapshot Isolation in PostgreSQL" paper (https://drkp.net/papers/ssi-vldb12.pdf) makes me think this is a reasonable line of inquiry.

Thanks,
Mike

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Postgresql Jobs]     [Postgresql Admin]     [Postgresql Performance]     [Linux Clusters]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Databases]     [Postgresql & PHP]     [Yosemite]

  Powered by Linux