Re: Improve docs syntax checking and enable it in the meson build - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Improve docs syntax checking and enable it in the meson build
Date
Msg-id b98c2275-cd89-4596-9fdf-cdbcaa4d3ce1@eisentraut.org
Whole thread Raw
In response to Re: Improve docs syntax checking and enable it in the meson build  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
Responses Re: Improve docs syntax checking and enable it in the meson build
List pgsql-hackers
On 22.10.25 10:04, Nazir Bilal Yavuz wrote:
> diff --git a/.cirrus.tasks.yml b/.cirrus.tasks.yml
> index eca9d62fc22..1c937247a9a 100644
> --- a/.cirrus.tasks.yml
> +++ b/.cirrus.tasks.yml
> @@ -627,6 +627,8 @@ task:
>       TEST_JOBS: 8
>       IMAGE: ghcr.io/cirruslabs/macos-runner:sonoma
>   
> +    XML_CATALOG_FILES: /opt/local/share/xml/docbook/4.5/catalog.xml
> +
>       CIRRUS_WORKING_DIR: ${HOME}/pgsql/
>       CCACHE_DIR: ${HOME}/ccache
>       MACPORTS_CACHE: ${HOME}/macports-cache
> @@ -641,6 +643,7 @@ task:
>   
>       MACOS_PACKAGE_LIST: >-
>         ccache
> +      docbook-xml-4.5
>         icu
>         kerberos5
>         lz4

What is the reason for this change in this patch?  AFAICT, your patch 
doesn't perform any XML-related operations anymore.





pgsql-hackers by date:

Previous
From: "Joel Jacobson"
Date:
Subject: Re: LISTEN/NOTIFY bug: VACUUM sets frozenxid past a xid in async queue
Next
From: Masahiko Sawada
Date:
Subject: Re: Question about InvalidatePossiblyObsoleteSlot()