Re: SSI bug?
Kevin Grittner <kevin.grittner@wicourts.gov>
From: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
To: "YAMAMOTO Takashi" <yamt@mwd.biglobe.ne.jp>
Cc: <pgsql-hackers@postgresql.org>
Date: 2011-02-12T17:53:57Z
Lists: pgsql-hackers
Attachments
- ssi-cleanup-fix.patch (text/plain) patch
I wrote: > it seems likely that such a cycle might be related to this new > code not properly allowing for some aspect of tuple cleanup. I found a couple places where cleanup could let these fall through the cracks long enough to get stale and still be around when a tuple ID is re-used, causing problems. Please try the attached patch and see if it fixes the problem for you. If it does, then there's no need to try to track the other things I was asking about. Thanks! -Kevin