[COMMITTERS] pgsql: Fix possible core dump in parallel restore when using a TOC list

2017-08-19 Thread Tom Lane
Fix possible core dump in parallel restore when using a TOC list. Commit 3eb9a5e7c unintentionally introduced an ordering dependency into restore_toc_entries_prefork(). The existing coding of reduce_dependencies() contains a check to skip moving a TOC entry to the ready_list if it wasn't initiall

[COMMITTERS] pgsql: Fix possible core dump in parallel restore when using a TOC list

2017-08-19 Thread Tom Lane
Fix possible core dump in parallel restore when using a TOC list. Commit 3eb9a5e7c unintentionally introduced an ordering dependency into restore_toc_entries_prefork(). The existing coding of reduce_dependencies() contains a check to skip moving a TOC entry to the ready_list if it wasn't initiall

[COMMITTERS] pgsql: Fix possible core dump in parallel restore when using a TOC list

2017-08-19 Thread Tom Lane
Fix possible core dump in parallel restore when using a TOC list. Commit 3eb9a5e7c unintentionally introduced an ordering dependency into restore_toc_entries_prefork(). The existing coding of reduce_dependencies() contains a check to skip moving a TOC entry to the ready_list if it wasn't initiall

[COMMITTERS] pgsql: Fix possible core dump in parallel restore when using a TOC list

2017-08-19 Thread Tom Lane
Fix possible core dump in parallel restore when using a TOC list. Commit 3eb9a5e7c unintentionally introduced an ordering dependency into restore_toc_entries_prefork(). The existing coding of reduce_dependencies() contains a check to skip moving a TOC entry to the ready_list if it wasn't initiall

[COMMITTERS] pgsql: Fix possible core dump in parallel restore when using a TOC list

2017-08-19 Thread Tom Lane
Fix possible core dump in parallel restore when using a TOC list. Commit 3eb9a5e7c unintentionally introduced an ordering dependency into restore_toc_entries_prefork(). The existing coding of reduce_dependencies() contains a check to skip moving a TOC entry to the ready_list if it wasn't initiall

[COMMITTERS] pgsql: Fix possible core dump in parallel restore when using a TOC list

2017-08-19 Thread Tom Lane
Fix possible core dump in parallel restore when using a TOC list. Commit 3eb9a5e7c unintentionally introduced an ordering dependency into restore_toc_entries_prefork(). The existing coding of reduce_dependencies() contains a check to skip moving a TOC entry to the ready_list if it wasn't initiall