Re: Parallel index creation does not properly cleanup after error
Peter Geoghegan <pg@bowt.ie>
From: Peter Geoghegan <pg@bowt.ie>
To: David Rowley <david.rowley@2ndquadrant.com>
Cc: Robert Haas <robertmhaas@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2018-03-14T18:14:05Z
Lists: pgsql-hackers
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. -- Peter Geoghegan
Commits
-
Fix possible failure in parallel index build.
- 47cb9ca49a61 11.0 landed