pgsql: Test EXPLAIN (FORMAT JSON) ... XMLTABLE

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Test EXPLAIN (FORMAT JSON) ... XMLTABLE
Date: 2024-01-22 16:16:01
Message-ID: E1rRwxt-002bZC-1Z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Test EXPLAIN (FORMAT JSON) ... XMLTABLE

Also, add an alias to the XMLTABLE expression in an existing test. This
covers some code in explain.c that wasn't previously covered.

I patched xml_2.out blindly :-(

Discussion: https://postgr.es/m/202401181146.fuoeskfzriq7@alvherre.pgsql

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/752533d40fd50de0b09d4b956cc32c38f5df2f05

Modified Files
--------------
src/test/regress/expected/xml.out | 51 +++++++++++++++++++++++++++++++++----
src/test/regress/expected/xml_1.out | 51 +++++++++++++++++++++++++++++++++----
src/test/regress/expected/xml_2.out | 51 +++++++++++++++++++++++++++++++++----
src/test/regress/sql/xml.sql | 5 +++-
4 files changed, 142 insertions(+), 16 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-01-22 16:50:37 pgsql: Abort pgbench if script end is reached with an open pipeline
Previous Message Peter Eisentraut 2024-01-22 10:11:35 pgsql: Make documentation builds reproducible