forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit42d01f5
committed
Doc: fix outdated wording about parallel seq scans
56788d2 adjusted the parallel seq scan code so that instead of handingout a single block at a time to parallel workers, it now hands out rangesof blocks.Here we update the documentation which still claimed that workers receivedjust 1 block at a time.Reported-by: Zhang MingliDiscussion:https://postgr.es/m/17c99615-2c3b-4e4e-9d0b-424a66a7bccd@SparkBackpatch-through: 14, where56788d2 was added.1 parentc8e4030 commit42d01f5
1 file changed
+3
-2
lines changedLines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
272 | 272 |
| |
273 | 273 |
| |
274 | 274 |
| |
275 |
| - | |
276 |
| - | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
277 | 278 |
| |
278 | 279 |
| |
279 | 280 |
| |
|
0 commit comments
Comments
(0)