Re: meson documentation build open issues

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: Christoph Berg <myon(at)debian(dot)org>, Andrew Dunstan <andrew(at)dunslane(dot)net>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: meson documentation build open issues
Date: 2023-11-20 07:27:48
Message-ID: 6078c520-16f2-4f17-957a-b9d06e3bcf9c@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 17.11.23 19:53, Andres Freund wrote:
> I pushed the first two commits (the selinux stuff) and worked a bit more on
> the subsequent ones.

Patches 0001 through 0004 look good to me.

Some possible small tweaks in 0004:

+ perl, '-ne', 'next if /^#/; print',

If you're going for super-brief mode, you could also use "perl -p" and
drop the "print".

Put at least two spaces between the "columns" in targets-meson.txt:

+ doc/src/sgml/postgres-A4.pdf Build documentation in PDF format, with
^^

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-11-20 07:34:11 Re: PATCH: Add REINDEX tag to event triggers
Previous Message Peter Smith 2023-11-20 07:01:42 Simplify if/else logic of walsender CreateReplicationSlot