pgsql: Simplify some comments in xml.c

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Simplify some comments in xml.c
Date: 2021-01-04 10:49:21
Message-ID: E1kwNQP-0006zb-EO@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Simplify some comments in xml.c

Author: Justin Pryzby
Discussion: https://postgr.es/m/X/Ff7jfnvJUab013(at)paquier(dot)xyz

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b49154b3b7a45523ce4081fdae8d65049342fcec

Modified Files
--------------
src/backend/utils/adt/xml.c | 12 +++---------
1 file changed, 3 insertions(+), 9 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-01-04 17:39:40 pgsql: Add the ability for the core grammar to have more than one parse
Previous Message Amit Kapila 2021-01-04 03:13:53 pgsql: Allow decoding at prepare time in ReorderBuffer.