forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit11c1d55
committed
Improve comments for parallel executor estimation functions.
The previous comment (which was copied as boilerplate from one fileto the next) implied that it was the executor node itself which wasbeing serialized, but that's not right. We're not serializingthe executor nodes; we're just allowing them to store someadditional information in DSM. Adjusts the comment to reflect this.Discussion:http://postgr.es/m/CA+TgmoaHVinxG=3h6qBAsyV8xaDyQwbzK7YZnYfE8nJFMK1=FA@mail.gmail.com1 parent9f295c0 commit11c1d55
File tree
4 files changed
+8
-4
lines changed- src/backend/executor
4 files changed
+8
-4
lines changedLines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
934 | 934 |
| |
935 | 935 |
| |
936 | 936 |
| |
937 |
| - | |
| 937 | + | |
| 938 | + | |
938 | 939 |
| |
939 | 940 |
| |
940 | 941 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
604 | 604 |
| |
605 | 605 |
| |
606 | 606 |
| |
607 |
| - | |
| 607 | + | |
| 608 | + | |
608 | 609 |
| |
609 | 610 |
| |
610 | 611 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1644 | 1644 |
| |
1645 | 1645 |
| |
1646 | 1646 |
| |
1647 |
| - | |
| 1647 | + | |
| 1648 | + | |
1648 | 1649 |
| |
1649 | 1650 |
| |
1650 | 1651 |
| |
|
Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
| 292 | + | |
| 293 | + | |
293 | 294 |
| |
294 | 295 |
| |
295 | 296 |
| |
|
0 commit comments
Comments
(0)