pgsql: Fix broken XML

2025-07-03 Thread Álvaro Herrera
Fix broken XML I messed this up in commit 87251e114967. Per buildfarm member alabio, via Daniel Gustafsson. Discussion: https://postgr.es/m/b94d82d1-7af4-4412-ac02-82eaa6154...@yesql.se Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/81a2625eb2e4608ba6ca41b2bf548d

pgsql: Fix broken XML formatting in EXPLAIN output for incremental sort

2020-10-23 Thread Tom Lane
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 f

pgsql: Fix broken XML formatting in EXPLAIN output for incremental sort

2020-10-23 Thread Tom Lane
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 f

pgsql: Fix broken XML in CREATE POLICY sgml.

2017-11-24 Thread Dean Rasheed
Fix broken XML in CREATE POLICY sgml. Commit 87c2a17fee failed to close some tags (necessary now that the SGML docs are in fact XML). Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/26329ad8dcc78eb651ab61f6b17c4f5f7bb77323 Modified Files -- doc/src/sgml