Re: split func.sgml to separated individual sgml files

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Cc: Florents Tselai <florents(dot)tselai(at)gmail(dot)com>, Euler Taveira <euler(at)eulerto(dot)com>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, jian he <jian(dot)universality(at)gmail(dot)com>, "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com>, Corey Huinker <corey(dot)huinker(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: split func.sgml to separated individual sgml files
Date: 2025-10-02 18:43:35
Message-ID: f3f937e2-11fb-4e42-b812-4fff3154ee18@dunslane.net
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2025-10-02 Th 8:52 AM, Nazir Bilal Yavuz wrote:
> Hi,
>
> On Thu, 2 Oct 2025 at 15:27, Andrew Dunstan<andrew(at)dunslane(dot)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?

Oops, missed seeing this earlier. Yes, I think we need to skip the test
in the meson case. Probably nothing more needed for the Makefile.

cheers

andrew

--
Andrew Dunstan
EDB:https://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Masahiko Sawada 2025-10-02 19:13:11 Re: POC: enable logical decoding when wal_level = 'replica' without a server restart
Previous Message Matheus Alcantara 2025-10-02 18:40:47 Re: Eager aggregation, take 3