- Notifications
You must be signed in to change notification settings - Fork5
Commiteb4c723
committed
Make ExecInitExpr build the list of SubPlans found in a plan tree in order
of discovery, rather than reverse order. This doesn't matter functionally(I suppose the previous coding dates from the time when lcons was markedlycheaper than lappend). However now that EXPLAIN is labeling subplans withIDs that are based on order of creation, this may help produce a slightlyless surprising printout.1 parentfbcce08 commiteb4c723
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
4326 | 4326 |
| |
4327 | 4327 |
| |
4328 | 4328 |
| |
4329 |
| - | |
| 4329 | + | |
4330 | 4330 |
| |
4331 | 4331 |
| |
4332 | 4332 |
| |
|
0 commit comments
Comments
(0)