Re: pg_restore crash when there is a failure before all child process is created
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: ahsan hadi <ahsan.hadi@gmail.com>
Cc: pgsql-hackers@lists.postgresql.org, vignesh C <vignesh21@gmail.com>
Date: 2020-01-31T19:45:14Z
Lists: pgsql-hackers
ahsan hadi <ahsan.hadi@gmail.com> writes: > 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. Pushed, thanks for looking! regards, tom lane
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