Re: Strange failure in LWLock on skink in REL9_5_STABLE - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Strange failure in LWLock on skink in REL9_5_STABLE
Date
Msg-id 25924.1537498769@sss.pgh.pa.us
Whole thread Raw
In response to Strange failure in LWLock on skink in REL9_5_STABLE  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: Strange failure in LWLock on skink in REL9_5_STABLE  (Thomas Munro <thomas.munro@enterprisedb.com>)
Re: Strange failure in LWLock on skink in REL9_5_STABLE  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Thomas Munro <thomas.munro@enterprisedb.com> writes:
> Andres pinged me off-list to point out this failure after my commit fb389498be:

> ! FATAL:  semop(id=332464133) failed: Invalid argument

I was just looking at that, and my guess is that it was caused by
something doing an ipcrm or equivalent, and is unrelated to your patch.
Especially since skink has succeeded with that patch in several other
branches.

If it's repeatable, then it would be time to get excited.

            regards, tom lane


pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: logical decoding bug when mapped relation with toast contents isrewritten repeatedly
Next
From: Thomas Munro
Date:
Subject: Re: Strange failure in LWLock on skink in REL9_5_STABLE