RE: Improve docs syntax checking and enable it in the meson build

From: "Hayato Kuroda (Fujitsu)" <kuroda(dot)hayato(at)fujitsu(dot)com>
To: 'Nazir Bilal Yavuz' <byavuz81(at)gmail(dot)com>, Andres Freund <andres(at)anarazel(dot)de>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Álvaro Herrera <alvherre(at)kurilemu(dot)de>, Bruce Momjian <bruce(at)momjian(dot)us>
Subject: RE: Improve docs syntax checking and enable it in the meson build
Date: 2026-02-23 01:15:09
Message-ID: OS9PR01MB1214965E57FC841553469B54BF577A@OS9PR01MB12149.jpnprd01.prod.outlook.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Dear Nazir,

Thanks for updating the patch.

> # The actual test is whether postgres_full_xml can be built, as it has a
> # xmllint check and also depends on sgml_check_stamp which performs the
> syntax
> # check.
> test(
> 'doc' / 'sgml_syntax_check',
> python,
> args: ['-c', ''],
> depends: [postgres_full_xml],
> suite: 'doc',
> )
>
> and removed the top-level postgres_full_xml target. This should work
> on any platform now. Does that work for you?

FYI, it could work on my env - only doc files were built by `meson test --suit doc` command.

Best regards,
Hayato Kuroda
FUJITSU LIMITED

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Hayato Kuroda (Fujitsu) 2026-02-23 01:26:10 RE: [PATCH] Support automatic sequence replication
Previous Message Andreas Karlsson 2026-02-22 23:01:31 Re: Comment for UserMappingPasswordRequired in contrib/postgres_fdw