forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit84b8fcc
committed
Doc: add detail about EXPLAIN's "Disabled" property
c01743a and later161320b adjusted the EXPLAIN output to show whichplan nodes were chosen despite being disabled by the various enable*GUCs. Prior toe222534, the disabledness of a node was only evident bya large startup cost penalty. Since we now explicitly tag disabled nodeswith a boolean property in EXPLAIN, let's add some documentation toprovide some details about why and when disabled nodes can appear in theplan.Author: Laurenz Albe, David RowleyDiscussion:https://postgr.es/m/883729e429267214753d5e438c82c73a58c3db5d.camel@cybertec.at1 parent014720c commit84b8fcc
1 file changed
+25
-0
lines changedLines changed: 25 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
578 | 578 |
| |
579 | 579 |
| |
580 | 580 |
| |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
| 585 | + | |
| 586 | + | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
581 | 606 |
| |
582 | 607 |
| |
583 | 608 |
| |
|
0 commit comments
Comments
(0)