| From: | Jim Jones <jim(dot)jones(at)uni-muenster(dot)de> |
|---|---|
| To: | Marcos Magueta <maguetamarcos(at)gmail(dot)com> |
| 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-12 15:54:52 |
| Message-ID: | ed564b19-a70b-4715-9c65-f58df03bed43@uni-muenster.de |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi
On 10/01/2026 06:26, Marcos Magueta wrote:
> Since we last talked I tried to actually implement a catalog for XML
> schemas.
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 ..)
In file included from alter.c:44:
../../../src/include/catalog/pg_xmlschema.h:5:10: fatal error:
catalog/pg_xmlschema_d.h: No such file or directory
5 | #include "catalog/pg_xmlschema_d.h"
| ^~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
You might also want to take a look at the cfbot errors and compilation
warnings[1,2]
Best, Jim
[1]
https://api.cirrus-ci.com/v1/artifact/task/6032809283813376/testrun/build/testrun/regress/regress/regression.diffs
[2] https://cirrus-ci.com/task/6173546772168704?logs=gcc_warning#L453
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tatsuya Kawata | 2026-01-12 15:57:00 | Re: Standardize relation name formatting in ANALYZE messages |
| Previous Message | Peter Eisentraut | 2026-01-12 15:46:18 | Re: Fix casting away const in _bt_reorder_array_cmp |