forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite98a4de
committed
Use the correct tuplestore read pointer in a NamedTuplestoreScan.
Tom Kazimiers reported that transition tables don't work correctly whenthey are scanned by more than one executor node. That's because commit18ce3a4 allocated separate read pointers for each executor node, as itmust, but failed to make them active at the appropriate times. Repair.Thomas MunroDiscussion:https://postgr.es/m/20180224034748.bixarv6632vbxgeb%40dewberry.localdomain1 parentc40e20a commite98a4de
File tree
3 files changed
+50
-0
lines changed- src
- backend/executor
- test/regress
- expected
- sql
3 files changed
+50
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
| 43 | + | |
43 | 44 |
| |
44 | 45 |
| |
45 | 46 |
| |
| |||
116 | 117 |
| |
117 | 118 |
| |
118 | 119 |
| |
| 120 | + | |
119 | 121 |
| |
120 | 122 |
| |
121 | 123 |
| |
|
Lines changed: 22 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5559 | 5559 |
| |
5560 | 5560 |
| |
5561 | 5561 |
| |
| 5562 | + | |
| 5563 | + | |
| 5564 | + | |
| 5565 | + | |
| 5566 | + | |
| 5567 | + | |
| 5568 | + | |
| 5569 | + | |
| 5570 | + | |
| 5571 | + | |
| 5572 | + | |
| 5573 | + | |
| 5574 | + | |
| 5575 | + | |
| 5576 | + | |
| 5577 | + | |
| 5578 | + | |
| 5579 | + | |
| 5580 | + | |
| 5581 | + | |
| 5582 | + | |
| 5583 | + | |
5562 | 5584 |
| |
5563 | 5585 |
| |
5564 | 5586 |
| |
|
Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4503 | 4503 |
| |
4504 | 4504 |
| |
4505 | 4505 |
| |
| 4506 | + | |
| 4507 | + | |
| 4508 | + | |
| 4509 | + | |
| 4510 | + | |
| 4511 | + | |
| 4512 | + | |
| 4513 | + | |
| 4514 | + | |
| 4515 | + | |
| 4516 | + | |
| 4517 | + | |
| 4518 | + | |
| 4519 | + | |
| 4520 | + | |
| 4521 | + | |
| 4522 | + | |
| 4523 | + | |
| 4524 | + | |
| 4525 | + | |
| 4526 | + | |
| 4527 | + | |
| 4528 | + | |
| 4529 | + | |
| 4530 | + | |
| 4531 | + | |
4506 | 4532 |
| |
4507 | 4533 |
| |
4508 | 4534 |
| |
|
0 commit comments
Comments
(0)