Fix broken XML formatting in EXPLAIN output for incremental sorts.
Tom Lane <tgl@sss.pgh.pa.us>
Fix broken XML formatting in EXPLAIN output for incremental sorts. The ExplainCloseGroup arguments for incremental sort usage data didn't match the corresponding ExplainOpenGroup. This only matters for XML-format output, which is probably why we'd not noticed. Daniel Gustafsson, per bug #16683 from Frits Jalvingh Discussion: https://postgr.es/m/16683-8005033324ad34e9@postgresql.org
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/commands/explain.c | modified | +2 −2 |
Discussion
- BUG #16683: explain plan format xml produces invalid xml 4 messages · 2020-10-23