forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit128d827
committed
I'm sorry, but I think I introduced a little bug with my last patch.
Everyone using an [NOT] EXISTS subquery will have noticed thatalready.The bug is in "subselect.c" in the function "SS_process_sublinks()".Here the whole function as it *SHOULD BE*:Stephan1 parentbf00bbb commit128d827
File tree
2 files changed
+14
-6
lines changed- src
- backend/optimizer/plan
- tools/backend
2 files changed
+14
-6
lines changedLines changed: 13 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
404 | 404 |
| |
405 | 405 |
| |
406 | 406 |
| |
407 |
| - | |
408 |
| - | |
409 |
| - | |
410 |
| - | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
411 | 419 |
| |
412 |
| - | |
| 420 | + | |
413 | 421 |
| |
414 | 422 |
| |
415 | 423 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
78 | 78 |
| |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
|
0 commit comments
Comments
(0)