forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6a918c3
committed
Rework EXPLAIN format for incremental sort
The explain format used by incremental sort was somewhat inconsistentwith other nodes, making it harder to parse and understand. This commitaddresses that by - adding an extra space to better separate groups of values - using colons instead of equal signs to separate key/value - properly capitalizing first letter of a key - using separate lines for full and pre-sorted groupsThese changes were proposed by Justin Pryzby and mostly copy the finalexplain format used to report WAL usage.Author: Justin PryzbyReviewed-by: James ColemanDiscussion:https://postgr.es/m/20200419023625.GP26953@telsasoft.com1 parent1a40d37 commit6a918c3
File tree
3 files changed
+22
-24
lines changed- src
- backend/commands
- test/regress
- expected
- sql
3 files changed
+22
-24
lines changedLines changed: 9 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2778 | 2778 |
| |
2779 | 2779 |
| |
2780 | 2780 |
| |
2781 |
| - | |
| 2781 | + | |
2782 | 2782 |
| |
2783 | 2783 |
| |
2784 | 2784 |
| |
| |||
2798 | 2798 |
| |
2799 | 2799 |
| |
2800 | 2800 |
| |
2801 |
| - | |
| 2801 | + | |
2802 | 2802 |
| |
2803 |
| - | |
| 2803 | + | |
2804 | 2804 |
| |
2805 | 2805 |
| |
2806 | 2806 |
| |
| |||
2810 | 2810 |
| |
2811 | 2811 |
| |
2812 | 2812 |
| |
2813 |
| - | |
2814 |
| - | |
2815 |
| - | |
2816 |
| - | |
| 2813 | + | |
2817 | 2814 |
| |
2818 |
| - | |
| 2815 | + | |
2819 | 2816 |
| |
2820 | 2817 |
| |
2821 | 2818 |
| |
| |||
2899 | 2896 |
| |
2900 | 2897 |
| |
2901 | 2898 |
| |
2902 |
| - | |
2903 |
| - | |
| 2899 | + | |
| 2900 | + | |
2904 | 2901 |
| |
2905 | 2902 |
| |
2906 | 2903 |
| |
| |||
2942 | 2939 |
| |
2943 | 2940 |
| |
2944 | 2941 |
| |
2945 |
| - | |
2946 |
| - | |
| 2942 | + | |
| 2943 | + | |
2947 | 2944 |
| |
2948 | 2945 |
| |
2949 | 2946 |
| |
|
Lines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
106 | 106 |
| |
107 | 107 |
| |
108 | 108 |
| |
109 |
| - | |
| 109 | + | |
110 | 110 |
| |
111 | 111 |
| |
112 | 112 |
| |
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 |
| - | |
| 131 | + | |
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
| |||
533 | 533 |
| |
534 | 534 |
| |
535 | 535 |
| |
536 |
| - | |
537 |
| - | |
| 536 | + | |
| 537 | + | |
538 | 538 |
| |
539 | 539 |
| |
540 | 540 |
| |
541 | 541 |
| |
542 |
| - | |
| 542 | + | |
543 | 543 |
| |
544 | 544 |
| |
545 | 545 |
| |
| |||
708 | 708 |
| |
709 | 709 |
| |
710 | 710 |
| |
711 |
| - | |
712 |
| - | |
| 711 | + | |
| 712 | + | |
713 | 713 |
| |
714 | 714 |
| |
715 | 715 |
| |
716 | 716 |
| |
717 |
| - | |
| 717 | + | |
| 718 | + | |
718 | 719 |
| |
719 | 720 |
| |
720 | 721 |
| |
721 | 722 |
| |
722 |
| - | |
| 723 | + | |
723 | 724 |
| |
724 | 725 |
| |
725 | 726 |
| |
| |||
747 | 748 |
| |
748 | 749 |
| |
749 | 750 |
| |
750 |
| - | |
| 751 | + | |
751 | 752 |
| |
752 | 753 |
| |
753 | 754 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
85 |
| - | |
| 85 | + | |
86 | 86 |
| |
87 | 87 |
| |
88 | 88 |
| |
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
| 108 | + | |
109 | 109 |
| |
110 | 110 |
| |
111 | 111 |
| |
|
0 commit comments
Comments
(0)