diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-06-17 08:35:47 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-06-17 08:35:47 -0400 |
commit | 103512cee95b5bd0feb83c225eeff61c58874413 (patch) | |
tree | 79ddf70b7c5f9be9958cda3d0a8361b341950c72 /src/backend/access/transam/parallel.c | |
parent | 4c56f3269a84a81461cc53941e0eee02fc920ab6 (diff) | |
download | postgresql-103512cee95b5bd0feb83c225eeff61c58874413.tar.gz postgresql-103512cee95b5bd0feb83c225eeff61c58874413.zip |
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.
Diffstat (limited to 'src/backend/access/transam/parallel.c')
0 files changed, 0 insertions, 0 deletions