Re: Doc compilation fails with a recent xmllint

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: RECHTÉ Marc <marc(dot)rechte(at)meteo(dot)fr>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Doc compilation fails with a recent xmllint
Date: 2025-09-29 11:27:49
Message-ID: 7E4F1A4E-6F2F-4F63-8DD2-78896DE232B5@yesql.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 29 Sep 2025, at 12:55, RECHTÉ Marc <marc(dot)rechte(at)meteo(dot)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 subset declaration
> 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message jian he 2025-09-29 12:24:00 let ALTER COLUMN SET DATA TYPE cope with trigger dependency
Previous Message Tomas Vondra 2025-09-29 11:01:15 Re: Batching in executor