Skip to content
Snippets Groups Projects
Commit 46c333a9 authored by Heikki Linnakangas's avatar Heikki Linnakangas
Browse files

Fix overly strict assertion in SummarizeOldestCommittedSxact(). There's a

race condition where SummarizeOldestCommittedSxact() is called even though
another backend already cleared out all finished sxact entries. That's OK,
RegisterSerializableTransactionInt() can just retry getting a news xact
slot from the available-list when that happens.

Reported by YAMAMOTO Takashi, bug #5918.
parent 93d88823
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment