forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit147fbf9
committed
Repair bug reported by Laurent Perez: bad plan generated when UPDATE or
DELETE of an inheritance tree references another inherited relation.This bug has been latent since 7.1; I'm still not quite sure why 7.1 and7.2 don't manifest it (at least, they don't crash on a simple test case).1 parent391eb5e commit147fbf9
1 file changed
+21
-1
lines changedLines changed: 21 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
| 446 | + | |
446 | 447 |
| |
447 | 448 |
| |
448 | 449 |
| |
| |||
451 | 452 |
| |
452 | 453 |
| |
453 | 454 |
| |
| 455 | + | |
454 | 456 |
| |
455 | 457 |
| |
456 | 458 |
| |
| |||
461 | 463 |
| |
462 | 464 |
| |
463 | 465 |
| |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
464 | 484 |
| |
465 | 485 |
| |
466 | 486 |
| |
|
0 commit comments
Comments
(0)