Re: BUG #16683: explain plan format xml produces invalid xml
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: jal@etc.to, PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>,
Tomas Vondra <tomas.vondra@2ndquadrant.com>
Date: 2020-10-23T15:20:12Z
Lists: pgsql-bugs
Daniel Gustafsson <daniel@yesql.se> writes: >> On 23 Oct 2020, at 12:26, PG Bug reporting form <noreply@postgresql.org> wrote: >> Sort-Space is incorrectly finished with /Sort-Spaces > Nice catch, it was introduced in the Incremental Sort patch, both for disk and > memory type sorts as per the attached (unless the opening of the group was > supposed to be "Sort Spaces" but singular seems the right choice here). Agreed. Will push in a bit. regards, tom lane
Commits
-
Fix broken XML formatting in EXPLAIN output for incremental sorts.
- e4538708d584 13.1 landed
- 87a174c0e77e 14.0 landed