Re: Parallel index creation does not properly cleanup after error
Robert Haas <robertmhaas@gmail.com>
From: Robert Haas <robertmhaas@gmail.com>
To: Peter Geoghegan <pg@bowt.ie>
Cc: David Rowley <david.rowley@2ndquadrant.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-04-06T23:39:10Z
Lists: pgsql-hackers
On Wed, Mar 14, 2018 at 2:14 PM, Peter Geoghegan <pg@bowt.ie> wrote: > On Wed, Mar 14, 2018 at 5:16 AM, David Rowley > <david.rowley@2ndquadrant.com> wrote: >> Thanks for putting the patch together. Although in regards to your >> proposed commit message in the patch, I'd disagree with me having just >> reported it. I also investigated it and suggested a fix, which happens >> to be exactly the fix you've used in the patch. > > I didn't mean to detract from that, but I can see how my wording had > that effect. I apologize. Committed. Thanks to David for the report and analysis and to Peter for the patch and study. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company
Commits
-
Fix possible failure in parallel index build.
- 47cb9ca49a61 11.0 landed