Re: BUG #3245: PANIC: failed to re-find shared lock object - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #3245: PANIC: failed to re-find shared lock object
Date
Msg-id 28403.1177630281@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #3245: PANIC: failed to re-find shared loc k o b j ect  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs
I wrote:
> Also, we have a generic issue that making fresh entries in a hashtable
> might result in a concurrent hash_seq_search scan visiting existing
> entries more than once; that's definitely not something any of the
> existing callers are thinking about.

> I'm too tired to think about fixes right now, but we've definitely
> found a hotbed of actual and potential bugs.

I've committed a fix for this; it'll be in the next set of releases.

            regards, tom lane

pgsql-bugs by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: BUG #3048: pg_dump dumps intarray metadata incorrectly
Next
From: Bruce Momjian
Date:
Subject: Re: setseed accepts bad seeds