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

Started by Andres Freundover 2 years ago4 messagescomitters
Jump to latest
#1Andres Freund
andres@anarazel.de

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.

Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Reported-by: Christoph Berg <myon@debian.org>
Discussion: /messages/by-id/20231103163848.26egkh5qdgw3vmil@awork3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/06c70849fb26ac431a722b1d10cffe1c65e728a4

Modified Files
--------------
doc/src/sgml/installation.sgml | 21 +++++++++++++++++++++
doc/src/sgml/sepgsql.sgml | 11 ++++++++---
2 files changed, 29 insertions(+), 3 deletions(-)

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Andres Freund (#1)
Re: pgsql: docs: Document --with-selinux/-Dselinux options centrally

Andres Freund <andres@anarazel.de> 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&amp;dt=2023-11-17%2020%3A20%3A03

We have a mechanism for supplying alternate text for INSTALL, IIRC.

regards, tom lane

#3Andres Freund
andres@anarazel.de
In reply to: Tom Lane (#2)
Re: pgsql: docs: Document --with-selinux/-Dselinux options centrally

Hi,

On 2023-11-17 15:49:52 -0500, Tom Lane wrote:

Andres Freund <andres@anarazel.de> 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&amp;dt=2023-11-17%2020%3A20%3A03

We have a mechanism for supplying alternate text for INSTALL, IIRC.

Gah, will look at it.

Greetings,

Andres Freund

#4Andres Freund
andres@anarazel.de
In reply to: Andres Freund (#3)
Re: pgsql: docs: Document --with-selinux/-Dselinux options centrally

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 <andres@anarazel.de> 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&amp;dt=2023-11-17%2020%3A20%3A03

We have a mechanism for supplying alternate text for INSTALL, IIRC.

Gah, will look at it.

Pushed the fix.

Greetings,

Andres Freund