Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR
Date
Msg-id c6738ae0-04ce-3e4d-64f7-48dab8c22145@enterprisedb.com
Whole thread Raw
In response to Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR  (Noah Misch <noah@leadboat.com>)
List pgsql-hackers
On 2/9/22 06:41, Noah Misch wrote:
>
> The explanation was more boring than that.  v13 and earlier have an additional
> InvalidateSystemCaches() call site, which I neglected to update.  Here's the
> fix I intend to push.

I tried this patch on 10 and 13, and it seems to fix the issue. So +1.

regards

-- 
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



pgsql-hackers by date:

Previous
From: Ashutosh Sharma
Date:
Subject: Re: Identify missing publications from publisher while create/alter subscription.
Next
From: Alvaro Herrera
Date:
Subject: Re: [PATCH] Improve function toast_delete_external (src/backend/access/table/toast_helper.c)