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 9228b6dc-cfae-4a11-927a-209680f5507e@uni-muenster.de
Whole thread Raw
In response to Re: WIP - xmlvalidate implementation from TODO list  (Marcos Magueta <maguetamarcos@gmail.com>)
Responses Re: WIP - xmlvalidate implementation from TODO list
List pgsql-hackers
Hi Marcos

On 22/02/2026 06:11, Marcos Magueta wrote:
>> Unfortunately, the patch no longer applies.[1]
> Trying to understand why it doesn't, we can get back to that.

I think the cfbot is confused about the ordering of your patch set. You
labelled the files as

* v5-0002-Add-XMLVALIDATE.patch
* v6-0001-Add-CREATE-XMLSCHEMA.patch

which generates two issues:

1) both of them should have the save version, i.e v5 or v6.
2) the XMLVALIDATE patch depends on CREATE XMLSCHEMA, and the files
order right now suggest quite the opposite. The next iteration should be:

* v7-0001-Add-CREATE-XMLSCHEMA.patch
* v7-0002-Add-XMLVALIDATE.patch

Best, Jim




pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Skipping schema changes in publication
Next
From: Jim Jones
Date:
Subject: Re: COMMENTS are not being copied in CREATE TABLE LIKE