Re: [PoC] XMLCast (SQL/XML X025)

From: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
To: Marcos Pegoraro <marcos(at)f10(dot)com(dot)br>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Vik Fearing <vik(at)postgresfriends(dot)org>
Subject: Re: [PoC] XMLCast (SQL/XML X025)
Date: 2026-03-22 19:13:56
Message-ID: d65f6ec5-939a-48b1-9136-d73d39f84134@uni-muenster.de
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

rebase + minor cosmetic changes:

* moved the IS_XMLCAST changes from ExecEvalXmlExpr to a new function
for better readability -> exec_xmlcast()
* add a few edge cases to the test suite
* fix some typos in the comments

Jim

Attachment Content-Type Size
v21-0001-Add-XMLCast-function-SQL-XML-X025.patch text/x-patch 150.6 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Herrera 2026-03-22 19:37:47 Re: Adding locks statistics
Previous Message Greg Burd 2026-03-22 19:13:22 Re: Add RISC-V Zbb popcount optimization