pgsql: Avoid extra newlines in XML mapping in table forest mode - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Avoid extra newlines in XML mapping in table forest mode
Date
Msg-id E1SpQNs-0003TR-VR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Avoid extra newlines in XML mapping in table forest mode

found by P. Broennimann

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a84bf4922e566f047536112a2aaf488559ee62dd

Modified Files
--------------
src/backend/utils/adt/xml.c          |    7 ++++++-
src/test/regress/expected/xmlmap.out |   26 --------------------------
2 files changed, 6 insertions(+), 27 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Skip text->binary conversion of unnecessary columns in contrib/f
Next
From: Tom Lane
Date:
Subject: pgsql: Cosmetic cleanup of ginInsertValue().