Thread: pgsql: Detach syslogger from shared memory

pgsql: Detach syslogger from shared memory

From
Heikki Linnakangas
Date:
Detach syslogger from shared memory

Commit aafc05de1b removed the calls to detach from shared memory from
syslogger startup. That was not intentional, so put them back.

Author: Rui Zhao
Reviewed-by: Aleksander Alekseev
Backpatch-through: 17
Discussion: https://www.postgresql.org/message-id/11505016-8cf3-4691-b996-7faed99b7877.xiyuan.zr@alibaba-inc.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6a1d8cef46e654bdc645e9c32412f707471aff2a

Modified Files
--------------
src/backend/postmaster/launch_backend.c | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)