Re: pgsql: docs: Document --with-selinux/-Dselinux options centrally

2023-11-17 Thread Andres Freund
Hi, On 2023-11-17 13:23:54 -0800, Andres Freund wrote: > On 2023-11-17 15:49:52 -0500, Tom Lane wrote: > > Andres Freund writes: > > > docs: Document --with-selinux/-Dselinux options centrally > > > > This appears to have broken building the INSTALL file: > > > > https://buildfarm.postgresql.or

Re: pgsql: docs: Document --with-selinux/-Dselinux options centrally

2023-11-17 Thread Andres Freund
Hi, On 2023-11-17 15:49:52 -0500, Tom Lane wrote: > Andres Freund writes: > > docs: Document --with-selinux/-Dselinux options centrally > > This appears to have broken building the INSTALL file: > > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=guaibasaurus&dt=2023-11-17%2020%3A20%3A0

Re: pgsql: docs: Document --with-selinux/-Dselinux options centrally

2023-11-17 Thread Tom Lane
Andres Freund writes: > docs: Document --with-selinux/-Dselinux options centrally This appears to have broken building the INSTALL file: https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=guaibasaurus&dt=2023-11-17%2020%3A20%3A03 We have a mechanism for supplying alternate text for INSTALL

pgsql: docs: Document --with-selinux/-Dselinux options centrally

2023-11-17 Thread Andres Freund
docs: Document --with-selinux/-Dselinux options centrally Previously --with-selinux was documented only in the in the sepgsql documentation and there was no corresponding documentation for meson. There are further improvements that could be made, but this change seems worthwhile even on its own.