Re: race condition in pg_class - Mailing list pgsql-hackers

From Michail Nikolaev
Subject Re: race condition in pg_class
Date
Msg-id CANtu0ogYLrufbSWOLDjfcDNCU=R6i2SJCEG_Uejtezx_+2vHng@mail.gmail.com
Whole thread Raw
In response to Re: race condition in pg_class  (Noah Misch <noah@leadboat.com>)
Responses Re: race condition in pg_class
List pgsql-hackers
Hello!

> Can you say more about the connection you see between $SUBJECT and that?  That
> looks like a valid report of an important bug, but I'm not following the
> potential relationship to $SUBJECT.

I was guided by the following logic:
* A pg_class race condition can cause table indexes to look stale.
* REINDEX updates indexes
* errors can be explained by different backends using different arbiter indexes

> On your other thread, it would be useful to see stack traces from the high-CPU
> processes once the live lock has ended all query completion.
I'll do.

Best regards,
Mikhail.

pgsql-hackers by date:

Previous
From: J F
Date:
Subject: Re: Contributing test cases to improve coverage
Next
From: "David G. Johnston"
Date:
Subject: Re: Shouldn't jsonpath .string() Unwrap?