forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2226b41
committed
Change SeqScan node to contain Scan node
This makes the structure of all Scan-derived nodes the same,independent of whether they have additional fields.Discussion:https://www.postgresql.org/message-id/flat/c1097590-a6a4-486a-64b1-e1f9cc0533ce@enterprisedb.com1 parent00116de commit2226b41
File tree
5 files changed
+15
-12
lines changed- src
- backend
- executor
- nodes
- optimizer/plan
- include/nodes
5 files changed
+15
-12
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
154 |
| - | |
| 154 | + | |
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
| |||
169 | 169 |
| |
170 | 170 |
| |
171 | 171 |
| |
172 |
| - | |
| 172 | + | |
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1833 | 1833 |
| |
1834 | 1834 |
| |
1835 | 1835 |
| |
1836 |
| - | |
| 1836 | + | |
1837 | 1837 |
| |
1838 | 1838 |
| |
1839 | 1839 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2855 | 2855 |
| |
2856 | 2856 |
| |
2857 | 2857 |
| |
2858 |
| - | |
| 2858 | + | |
2859 | 2859 |
| |
2860 | 2860 |
| |
2861 | 2861 |
| |
| |||
5369 | 5369 |
| |
5370 | 5370 |
| |
5371 | 5371 |
| |
5372 |
| - | |
| 5372 | + | |
5373 | 5373 |
| |
5374 | 5374 |
| |
5375 | 5375 |
| |
5376 | 5376 |
| |
5377 | 5377 |
| |
5378 |
| - | |
| 5378 | + | |
5379 | 5379 |
| |
5380 | 5380 |
| |
5381 | 5381 |
| |
|
Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
516 | 516 |
| |
517 | 517 |
| |
518 | 518 |
| |
519 |
| - | |
520 |
| - | |
521 |
| - | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
522 | 522 |
| |
523 |
| - | |
524 |
| - | |
| 523 | + | |
| 524 | + | |
525 | 525 |
| |
526 | 526 |
| |
527 | 527 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
351 |
| - | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
352 | 355 |
| |
353 | 356 |
| |
354 | 357 |
| |
|
0 commit comments
Comments
(0)