Re: WIP - xmlvalidate implementation from TODO list - Mailing list pgsql-hackers

From Jim Jones
Subject Re: WIP - xmlvalidate implementation from TODO list
Date
Msg-id ed564b19-a70b-4715-9c65-f58df03bed43@uni-muenster.de
Whole thread Raw
In response to Re: WIP - xmlvalidate implementation from TODO list  (Marcos Magueta <maguetamarcos@gmail.com>)
List 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



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Fix casting away const in _bt_reorder_array_cmp
Next
From: Tatsuya Kawata
Date:
Subject: Re: Standardize relation name formatting in ANALYZE messages