Robert Haas 103512cee9 Attempt to fix broken regression test.
In commit 8c1d9d56e9a00680a035b8b333a98ea16b121eb7, I attempted to
add a regression test that would fail if the target list was pushed
into a parallel worker, but due to brain fade on my part, it just
randomly fails whether anything bad or not, because the error check
inside the parallel_restricted() function tests whether there is
*any process in the system* that is not connected to a client, not
whether the process running the query is not connected to a client.

A little experimentation has left me pessimistic about the
prospects of doing better here in a short amount of time, so let's
just fall back to checking that the plan is as we expect and leave
the execution-time check for another day.
2016-06-17 08:35:47 -04:00
..
2016-06-16 12:43:35 -04:00
2016-06-09 18:02:36 -04:00
2016-05-15 17:04:01 -04:00
2016-01-28 16:47:36 +09:00
2016-06-09 18:02:36 -04:00
2016-01-02 13:33:40 -05:00