pgsql: Detach syslogger from shared memory

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Detach syslogger from shared memory
Date: 2024-07-29 19:43:13
Message-ID: E1sYWH3-001mxW-MY@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f208a16035fc5d18cee0e7e2fbf176616905f9b0

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

Browse pgsql-committers by date

  From Date Subject
Next Message Melanie Plageman 2024-07-29 19:46:53 pgsql: Use DELETE instead of UPDATE to speed up vacuum test
Previous Message Heikki Linnakangas 2024-07-29 19:40:00 pgsql: Detach syslogger from shared memory