Fix broken XML formatting in EXPLAIN output for incremental sorts.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Oct 2020 15:32:33 +0000 (11:32 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 23 Oct 2020 15:32:33 +0000 (11:32 -0400)
commit87a174c0e77eed0bec7d53ef6d470d60335f6444
tree14e34b7ec9e60d69b3b8c9982a437921fce5e94b
parent83d727e5b23c43f3fb7221963ddec24277c1126f
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
src/backend/commands/explain.c