forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9828905
committed
Doc: add some commentary about ExecutorRun's NoMovement special case.
Robert Haas expressed concern about whether commit3eea7a0 exposedthe parallel-execution machinery to a case it isn't tested for, namelya second non-parallel execution of a plan after a parallel execution.Investigation shows that that can't happen because of pquery.c'smanipulation of the scan direction, but it sure wasn't obvious tostart with. Add some commentary about that.Discussion:https://postgr.es/m/CA+TgmoagyKQy=HFw+wLo0AKTYWHui+iKswZ8Jnqqd-cFby-WVg@mail.gmail.com1 parent8b9cbf4 commit9828905
1 file changed
+10
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
351 |
| - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
352 | 361 |
| |
353 | 362 |
| |
354 | 363 |
| |
|
0 commit comments
Comments
(0)