pgsql: Fix comment on processes being kept over a restart

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment on processes being kept over a restart
Date: 2024-08-09 21:07:48
Message-ID: E1scWpw-003Tdq-55@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment on processes being kept over a restart

All child processes except the syslogger are killed on a restart. The
archiver might be already running though, if it was started during
recovery.

The split in the comments between "other special children" and the
first group of "background tasks" seemed really arbitrary, so I just
merged them all into one group.

Reviewed-by: Thomas Munro <thomas(dot)munro(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/8f2118b9-79e3-4af7-b2c9-bd5818193ca4@iki.fi

Branch
------
master

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

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

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2024-08-09 21:56:30 pgsql: libpq: Trace StartupMessage/SSLRequest/GSSENCRequest correctly
Previous Message Nathan Bossart 2024-08-09 18:17:02 pgsql: doc: Standardize use of dashes in references to CRC and SHA.