forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit87a174c
committed
Fix broken XML formatting in EXPLAIN output for incremental sorts.
The ExplainCloseGroup arguments for incremental sort usage datadidn't match the corresponding ExplainOpenGroup. This only mattersfor XML-format output, which is probably why we'd not noticed.Daniel Gustafsson, per bug #16683 from Frits JalvinghDiscussion:https://postgr.es/m/16683-8005033324ad34e9@postgresql.org1 parent83d727e commit87a174c
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2827 | 2827 |
| |
2828 | 2828 |
| |
2829 | 2829 |
| |
2830 |
| - | |
| 2830 | + | |
2831 | 2831 |
| |
2832 | 2832 |
| |
2833 | 2833 |
| |
| |||
2844 | 2844 |
| |
2845 | 2845 |
| |
2846 | 2846 |
| |
2847 |
| - | |
| 2847 | + | |
2848 | 2848 |
| |
2849 | 2849 |
| |
2850 | 2850 |
| |
|
0 commit comments
Comments
(0)