Re: BUG #16683: explain plan format xml produces invalid xml

Frits Jalvingh <jal@etc.to>

From: Frits Jalvingh <jal@etc.to>
To: daniel@yesql.se
Cc: PostgreSQL mailing lists <pgsql-bugs@lists.postgresql.org>, Tomas Vondra <tomas.vondra@2ndquadrant.com>
Date: 2020-10-23T11:38:38Z
Lists: pgsql-bugs
Thanks a lot for fixing it!

On Fri, Oct 23, 2020 at 1:12 PM Daniel Gustafsson <daniel@yesql.se> wrote:

> > 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).
>
> cheers ./daniel
>
>

Commits

  1. Fix broken XML formatting in EXPLAIN output for incremental sorts.