Detach syslogger from shared memory

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 6a1d8cef46e654bdc645e9c32412f707471aff2a
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2024-07-29T19:21:34Z
Releases: 18.0
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

Files

PathChange+/−
src/backend/postmaster/launch_backend.c modified +11 −3

Discussion