forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0e20abd
committed
Fix an Assert that turns out to be reachable after all.
estimate_num_groups() gets unhappy withcreate table empty();select * from empty except select * from empty e2;I can't see any actual use-case for such a query (and the table is illegalper SQL spec), but it seems like a good idea that it not cause an assertfailure.1 parent88e0715 commit0e20abd
1 file changed
+7
-2
lines changedLines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3068 | 3068 |
| |
3069 | 3069 |
| |
3070 | 3070 |
| |
3071 |
| - | |
3072 |
| - | |
| 3071 | + | |
| 3072 | + | |
| 3073 | + | |
| 3074 | + | |
| 3075 | + | |
| 3076 | + | |
| 3077 | + | |
3073 | 3078 |
| |
3074 | 3079 |
| |
3075 | 3080 |
| |
|
0 commit comments
Comments
(0)