Detach syslogger from shared memory

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: f208a16035fc5d18cee0e7e2fbf176616905f9b0
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2024-07-29T19:42:15Z
Releases: 17.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