forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9fd4de1
committed
Compute root->qual_security_level in a less random place.
We can set this up once and for all in subquery_planner's initial surveyof the flattened rangetable, rather than incrementally adjusting it inbuild_simple_rel. The previous approach made it rather hard to reasonabout exactly when the value would be available, and we were definitelyusing it in some places before the final value was computed.Noted while fooling around with Amit Langote's patch to delay creationof inheritance child rels. That didn't break this code, but it made iteven more fragile, IMO.1 parent2aa6e33 commit9fd4de1
2 files changed
+10
-11
lines changedLines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
731 | 731 |
| |
732 | 732 |
| |
733 | 733 |
| |
| 734 | + | |
| 735 | + | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
| 743 | + | |
734 | 744 |
| |
735 | 745 |
| |
736 | 746 |
| |
|
Lines changed: 0 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
327 |
| - | |
328 |
| - | |
329 |
| - | |
330 |
| - | |
331 |
| - | |
332 |
| - | |
333 |
| - | |
334 |
| - | |
335 |
| - | |
336 |
| - | |
337 |
| - | |
338 | 327 |
| |
339 | 328 |
| |
340 | 329 |
| |
|
0 commit comments
Comments
(0)