Re: Deadlock between concurrent index builds on different tables
Jeff Janes <jeff.janes@gmail.com>
From: Jeff Janes <jeff.janes@gmail.com>
To: Jeremy Finzel <finzelj@gmail.com>
Cc: Alvaro Herrera <alvherre@alvh.no-ip.org>, Postgres General <pgsql-general@postgresql.org>
Date: 2018-01-03T18:43:44Z
Lists: pgsql-general
On Tue, Dec 26, 2017 at 10:03 PM, Jeremy Finzel <finzelj@gmail.com> wrote: > > > Many thanks for the great and simple explanation. > > I was able to get this compiled, and ran the test before on stock 9.6.6, > then on this patched version. I indeed reproduced it on 9.6.6, but on the > patched version, it indeed fixes my issue! > Hi Jeremy, I don't know if you were following the discussion over on the hackers list, but Alvaro has committed the fix and it should be in the 9.6.7 version when that gets released. Cheers, Jeff
Commits
-
Fix deadlock hazard in CREATE INDEX CONCURRENTLY
- fb7b43903e91 9.6.7 landed
- 82f1c3b7d1e0 9.5.11 landed
- 6d2a9ae0ed17 10.2 landed
- 54eff5311d7c 11.0 landed
- 47a3a1317873 9.4.16 landed