Re: WIP - xmlvalidate implementation from TODO list

From: Marcos Magueta <maguetamarcos(at)gmail(dot)com>
To: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
Cc: Andrey Borodin <x4mmm(at)yandex-team(dot)ru>, Kirill Reshke <reshkekirill(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: WIP - xmlvalidate implementation from TODO list
Date: 2026-01-14 01:23:03
Message-ID: CAN3aFCc2voQ=6+Nwy99NFJZwveYmwtCKAj6U9RhjxqQc25+Q_g@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 01.12.2026 12:54, Jim Jones <jim(dot)jones(at)uni-muenster(dot)de> wrote:
> The code is no longer compiling. The header pg_xmlschema_d.h wasn't
> added to the patch (probably containing the definitions of
> Anum_pg_xmlschema_oid, Anum_pg_xmlschema_schemaname, etc ..)

I forgot to edit the makefiles so they generate those, I was building with
a powershell script. I could compile on Linux and all tests are now
passing, so I hope that was it.

Please follow the updated version attached.

Thanks for taking a look at this!
Marcos Magueta.

Attachment Content-Type Size
0002-xmlschema-catalog-and-xmlvalidate.patch application/octet-stream 97.2 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2026-01-14 01:26:36 Re: pg_recvlogical: Prevent flushed data from being re-sent after restarting replication
Previous Message Andreas Karlsson 2026-01-14 01:17:30 Re: Add support for EXTRA_REGRESS_OPTS for meson