From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Add missing deparsing of [NO] IDENT to XMLSERIALIZE() |
Date: | 2025-02-21 08:31:55 |
Message-ID: | E1tlORw-000RGZ-14@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
Add missing deparsing of [NO] IDENT to XMLSERIALIZE()
NO INDENT is the default, and is added if no explicit indentation
flag was provided with XMLSERIALIZE().
Oversight in 483bdb2afec9.
Author: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
Discussion: https://postgr.es/m/bebd457e-5b43-46b3-8fc6-f6a6509483ba@uni-muenster.de
Backpatch-through: 16
Branch
------
REL_17_STABLE
Details
-------
https://git.postgresql.org/pg/commitdiff/2e0f93d7cb09799bff498c604e875ac2e7a2b9dc
Modified Files
--------------
src/backend/utils/adt/ruleutils.c | 7 +++++++
src/test/regress/expected/xml.out | 16 ++++++++++------
src/test/regress/expected/xml_1.out | 10 ++++++++++
src/test/regress/expected/xml_2.out | 16 ++++++++++------
src/test/regress/sql/xml.sql | 2 ++
5 files changed, 39 insertions(+), 12 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Amit Kapila | 2025-02-21 09:17:33 | pgsql: Fix a WARNING for data origin discrepancies. |
Previous Message | Peter Eisentraut | 2025-02-21 08:14:17 | pgsql: Drop opcintype from index AM strategy translation API |