forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9052499
committed
Add constraint exclusion items:
<> * Allow EXPLAIN to identify tables that were skipped because of> enable_constraint_exclusion> * Allow EXPLAIN output to be more easily processed by scripts760a763> * Allow enable_constraint_exclusion to work for UPDATE and DELETE queries1 parent3268162 commit9052499
2 files changed
+10
-3
lines changedLines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
| 5 | + | |
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
| |||
377 | 377 |
| |
378 | 378 |
| |
379 | 379 |
| |
380 |
| - | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
381 | 383 |
| |
382 | 384 |
| |
383 | 385 |
| |
| |||
758 | 760 |
| |
759 | 761 |
| |
760 | 762 |
| |
| 763 | + | |
761 | 764 |
| |
762 | 765 |
| |
763 | 766 |
| |
|
Lines changed: 5 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 |
| |
| |||
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
| 352 | + | |
| 353 | + | |
| 354 | + | |
352 | 355 |
| |
353 | 356 |
| |
354 | 357 |
| |
| |||
687 | 690 |
| |
688 | 691 |
| |
689 | 692 |
| |
| 693 | + | |
690 | 694 |
| |
691 | 695 |
| |
692 | 696 |
| |
|
0 commit comments
Comments
(0)