Doc compilation fails with a recent xmllint

From: RECHTÉ Marc <marc(dot)rechte(at)meteo(dot)fr>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Doc compilation fails with a recent xmllint
Date: 2025-09-29 10:55:54
Message-ID: 565729772.152961861.1759143354597.JavaMail.zimbra@meteo.fr
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
postgresql-doc.patch text/x-patch 629 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tomas Vondra 2025-09-29 11:01:15 Re: Batching in executor
Previous Message Chao Li 2025-09-29 10:36:27 Re: GB18030-2022 Support in PostgreSQL