Re: "stuck spinlock" - Mailing list pgsql-hackers

From Tom Lane
Subject Re: "stuck spinlock"
Date
Msg-id 16772.1387208323@sss.pgh.pa.us
Whole thread Raw
In response to Re: "stuck spinlock"  (Andres Freund <andres@2ndquadrant.com>)
Responses Re: "stuck spinlock"
List pgsql-hackers
Andres Freund <andres@2ndquadrant.com> writes:
> On 2013-12-16 09:46:19 -0500, Tom Lane wrote:
>> Are they complete now?

> Hm. There's two issues I know of left, both discovered in #8673:
> - slru.c:SlruScanDirectory() doesn't support long enough
>   filenames. Afaics that should be a fairly easy fix.
> - multixact/members isn't protected against wraparounds, only
>   multixact/offsets is. That's a pretty longstanding bug though,
>   although more likely to be hit these days.

Actually, isn't this one a must-fix as well?

http://www.postgresql.org/message-id/CAPweHKe5QQ1747X2c0tA=5zf4YnS2xcvGf13Opd-1Mq24rF1cQ@mail.gmail.com
        regards, tom lane



pgsql-hackers by date:

Previous
From: Craig Ringer
Date:
Subject: Re: row security roadmap proposal
Next
From: Peter Eisentraut
Date:
Subject: Re: Review: ECPG infrastructure changes part 1, was: Re: ECPG fixes