Re: meson documentation build open issues

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: meson documentation build open issues
Дата
Msg-id 6078c520-16f2-4f17-957a-b9d06e3bcf9c@eisentraut.org
обсуждение исходный текст
Ответ на Re: meson documentation build open issues  (Andres Freund <andres@anarazel.de>)
Ответы Re: meson documentation build open issues  (Andres Freund <andres@anarazel.de>)
Список 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
                                ^^




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Smith
Дата:
Сообщение: Simplify if/else logic of walsender CreateReplicationSlot
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: PATCH: Add REINDEX tag to event triggers