Re: Doc compilation fails with a recent xmllint - Mailing list pgsql-hackers

From Daniel Gustafsson
Subject Re: Doc compilation fails with a recent xmllint
Date
Msg-id 7E4F1A4E-6F2F-4F63-8DD2-78896DE232B5@yesql.se
Whole thread Raw
In response to Doc compilation fails with a recent xmllint  (RECHTÉ Marc <marc.rechte@meteo.fr>)
List pgsql-hackers
> On 29 Sep 2025, at 12:55, RECHTÉ Marc <marc.rechte@meteo.fr> wrote:
>
> Hi. With a recent xmllint (using libxml version 21500-GITv2.15.0), doc compilation fails with:
>
> /usr/bin/xmllint --nonet --path . --path . --output postgres-full.xml --noent --valid postgres.sgml
> ref/pg_combinebackup.sgml:317: validity error : standalone: normalization of attribute linkend on xref by external
subsetdeclaration  
> state of the cluster using <xref linkend="app-pgchecksums "/> is
> ^
>
> Attached a patch to solve the issue.<postgresql-doc.patch>

Thanks for the report, this was already fixed in a48d1ef58652229 and will ship
in 18.1.

--
Daniel Gustafsson




pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: Batching in executor
Next
From: jian he
Date:
Subject: let ALTER COLUMN SET DATA TYPE cope with trigger dependency