]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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:42:15 +0000 (22:42 +0300)
commitf208a16035fc5d18cee0e7e2fbf176616905f9b0
treeb6eb1515ed03cae1b495aabe5114de2707e09dbe
parent81db073a287842cbf0a17cb32108b214a335670b
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