Re: pg_restore crash when there is a failure before all child process is created
Ahsan Hadi <ahsan.hadi@gmail.com>
From: ahsan hadi <ahsan.hadi@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Cc: vignesh C <vignesh21@gmail.com>
Date: 2020-01-31T12:54:33Z
Lists: pgsql-hackers
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: not tested Spec compliant: tested, passed Documentation: not tested I have applied tested both patches separately and ran regression with both. No new test cases are failing with both patches. The issues is fixed by both patches however the fix from Tom (0001-fix-worker-status.patch) looks more elegant. I haven't done a detailed code review.
Commits
-
Fix parallel pg_dump/pg_restore for failure to create worker processes.
- cb4c04a4e6a5 9.6.17 landed
- 8b1d447a7160 10.12 landed
- 63634883fbcb 11.7 landed
- 5d60df8306c8 9.4.26 landed
- 2425f8f714a1 13.0 landed
- 1b78759a62be 9.5.21 landed
- 0c84199f71e0 12.2 landed