Re: pgsql: Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURR
Tomas Vondra <tomas.vondra@enterprisedb.com>
From: Tomas Vondra <tomas.vondra@enterprisedb.com>
To: Noah Misch <noah@leadboat.com>
Cc: Andres Freund <andres@anarazel.de>, pgsql-hackers@postgresql.org,
pgsql-committers@lists.postgresql.org
Date: 2022-02-09T15:27:39Z
Lists: 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
Commits
-
Fix back-patch of "Avoid race in RelationBuildDesc() ..."
- eac3c4007044 10.21 landed
- 3cc89d9c3834 11.16 landed
- 2d96a66c2eef 12.11 landed
- 1b8462bf1d09 13.7 landed
-
Avoid race in RelationBuildDesc() affecting CREATE INDEX CONCURRENTLY.
- fdd965d074d4 15.0 cited