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
^^