Detach syslogger from shared memory
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 29 Jul 2024 19:21:34 +0000 (22:21 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 29 Jul 2024 19:21:34 +0000 (22:21 +0300)
commit6a1d8cef46e654bdc645e9c32412f707471aff2a
treea3fa1fe148aa58a593189fd164d531ba421bb61c
parent679f940740f42f2401f72a6b95dc02b9c0ab3f30
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
src/backend/postmaster/launch_backend.c