[COMMITTERS] pgsql: Make stats regression test more robust in the face of parallel q

2017-05-14 Thread Tom Lane
Make stats regression test more robust in the face of parallel query. Commit 60690a6fe attempted to fix the wait_for_stats() function in this test so that it would wait properly if the tenk2 scans were done in parallel workers instead of the main session (typically as a consequence of force_parall

[COMMITTERS] pgsql: Make stats regression test more robust in the face of parallel q

2017-05-14 Thread Tom Lane
Make stats regression test more robust in the face of parallel query. Commit 60690a6fe attempted to fix the wait_for_stats() function in this test so that it would wait properly if the tenk2 scans were done in parallel workers instead of the main session (typically as a consequence of force_parall