forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit103512c
committed
Attempt to fix broken regression test.
In commit8c1d9d5, I attempted toadd a regression test that would fail if the target list was pushedinto a parallel worker, but due to brain fade on my part, it justrandomly fails whether anything bad or not, because the error checkinside the parallel_restricted() function tests whether there is*any process in the system* that is not connected to a client, notwhether the process running the query is not connected to a client.A little experimentation has left me pessimistic about theprospects of doing better here in a short amount of time, so let'sjust fall back to checking that the plan is as we expect and leavethe execution-time check for another day.1 parent4c56f32 commit103512c
File tree
2 files changed
+4
-39
lines changed- src/test/regress
- expected
- sql
2 files changed
+4
-39
lines changedLines changed: 2 additions & 29 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
| 4 | + | |
| 5 | + | |
12 | 6 |
| |
13 | 7 |
| |
14 | 8 |
| |
| |||
57 | 51 |
| |
58 | 52 |
| |
59 | 53 |
| |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
70 |
| - | |
71 |
| - | |
72 |
| - | |
73 |
| - | |
74 |
| - | |
75 |
| - | |
76 |
| - | |
77 |
| - | |
78 |
| - | |
79 |
| - | |
80 |
| - | |
81 | 54 |
| |
82 | 55 |
| |
83 | 56 |
| |
|
Lines changed: 2 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 5 | + | |
| 6 | + | |
13 | 7 |
| |
14 | 8 |
| |
15 | 9 |
| |
| |||
29 | 23 |
| |
30 | 24 |
| |
31 | 25 |
| |
32 |
| - | |
33 |
| - | |
34 | 26 |
| |
35 | 27 |
| |
36 | 28 |
| |
|
0 commit comments
Comments
(0)