pgsql: Fix ReinitializeParallelDSM to tolerate finding no error queues.

2017-11-28 Thread Robert Haas
Fix ReinitializeParallelDSM to tolerate finding no error queues. Commit d4663350646ca0c069a36d906155a0f7e3372eb7 changed things so that shm_toc_lookup would fail with an error rather than silently returning NULL in the hope that such failures would be reported in a useful way rather than via a sys

pgsql: Fix ReinitializeParallelDSM to tolerate finding no error queues.

2017-11-28 Thread Robert Haas
Fix ReinitializeParallelDSM to tolerate finding no error queues. Commit d4663350646ca0c069a36d906155a0f7e3372eb7 changed things so that shm_toc_lookup would fail with an error rather than silently returning NULL in the hope that such failures would be reported in a useful way rather than via a sys