forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit2e5fe48
committed
Repair optimization bug I introduced in a moment of brain fade back in
Nov 2002: when constant-expression simplification removes all theaggregate function calls from a query, that doesn't mean we can act asthough there never were any aggregates. Per bug report from Gabor Szucs.1 parentf884090 commit2e5fe48
1 file changed
+6
-7
lines changedLines changed: 6 additions & 7 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 |
| |
| |||
709 | 709 |
| |
710 | 710 |
| |
711 | 711 |
| |
712 |
| - | |
713 |
| - | |
714 | 712 |
| |
715 | 713 |
| |
716 | 714 |
| |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
717 | 720 |
| |
718 | 721 |
| |
719 |
| - | |
720 | 722 |
| |
721 | 723 |
| |
722 |
| - | |
723 |
| - | |
724 |
| - | |
725 | 724 |
| |
726 | 725 |
| |
727 | 726 |
| |
|
0 commit comments
Comments
(0)