Re: split func.sgml to separated individual sgml files - Mailing list pgsql-hackers

From Nazir Bilal Yavuz
Subject Re: split func.sgml to separated individual sgml files
Date
Msg-id CAN55FZ3CasY=40zKdu+MGW+7SykiS=84UmVV2+_2mi9U42djgw@mail.gmail.com
Whole thread Raw
In response to Re: split func.sgml to separated individual sgml files  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: split func.sgml to separated individual sgml files
List pgsql-hackers
Hi,

On Thu, 2 Oct 2025 at 15:27, Andrew Dunstan <andrew@dunslane.net> wrote:
>
> Oh, ok, I missed that about meson. I will adjust the Makefile.

I think there is one more problem that we need to think about. This
test runs when the xmllint is enabled but it also requires docbook
(docbook-xml on some OSes) to be installed, otherwise the test fails
with 'I/O error : Attempt to load network entity
http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd'. I think that
we need to skip this test if the docbook can not be found in the
system. Otherwise that would be a hassle for most of the people and
buildfarm members. What do you think about this?

-- 
Regards,
Nazir Bilal Yavuz
Microsoft



pgsql-hackers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: [PATCH] Add tests for Bitmapset
Next
From: Álvaro Herrera
Date:
Subject: Re: allow benign typedef redefinitions (C11)