forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit270b7da
committed
Fix EXPLAIN ANALYZE SELECT INTO not to choose a parallel plan.
We don't support any parallel write operations at present, so choosinga parallel plan causes us to error out. Also, add a new regressiontest that uses EXPLAIN ANALYZE SELECT INTO; if we'd had this previously,force_parallel_mode testing would have caught this issue.Mithun Cy and Robert Haas1 parent5864d6a commit270b7da
File tree
3 files changed
+16
-1
lines changed- src
- backend/commands
- test/regress
- expected
- sql
3 files changed
+16
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
347 | 347 |
| |
348 | 348 |
| |
349 | 349 |
| |
350 |
| - | |
| 350 | + | |
351 | 351 |
| |
352 | 352 |
| |
353 | 353 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
74 | 74 |
| |
75 | 75 |
| |
76 | 76 |
| |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
77 | 83 |
| |
| 84 | + | |
78 | 85 |
| |
79 | 86 |
| |
80 | 87 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
69 | 76 |
| |
| 77 | + | |
70 | 78 |
| |
71 | 79 |
| |
72 | 80 |
| |
|
0 commit comments
Comments
(0)