forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit20e11f2
committed
From: Darren King <darrenk@insightdist.com>
I have always been under the impression that NULL is not equal toNULL and that NULL is not equal to anything else either. If thisis the case, then this patch is correct.If NULL _is_ equal to NULL, then I think there are other problemsin the Group By logic.1 parentd57753e commit20e11f2
1 file changed
+6
-3
lines changedLines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
415 | 415 |
| |
416 | 416 |
| |
417 | 417 |
| |
418 |
| - | |
419 |
| - | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
420 | 423 |
| |
421 | 424 |
| |
422 | 425 |
| |
|
0 commit comments
Comments
(0)