forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit59ef49d
committed
Remove bogus Assert in make_partitionedrel_pruneinfo().
This Assert thought that a given rel couldn't be both leaf andnon-leaf, but it turns out that in some unusual plan treesthat's wrong, so remove it.The lack of testing for cases like that is quite concerning ---there is little reason for confidence that there aren't otherbugs in the area. But developing a stable test case seemsrather difficult, and in any case we don't need this Assert.David RowleyDiscussion:https://postgr.es/m/CAJGNTeOkdk=UVuMugmKL7M=owgt4nNr1wjxMg1F+mHsXyLCzFA@mail.gmail.com1 parent313cbdc commit59ef49d
1 file changed
+0
-2
lines changedLines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
347 | 347 |
| |
348 | 348 |
| |
349 | 349 |
| |
350 |
| - | |
351 |
| - | |
352 | 350 |
| |
353 | 351 |
| |
354 | 352 |
| |
|
0 commit comments
Comments
(0)