diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2024-08-12 10:04:26 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2024-08-12 10:04:26 +0300 |
commit | 3354f85284dc5439c25b57e002e62a88490aca1e (patch) | |
tree | f4b472d8d63f5712294a290549b6519085cbab27 /src/backend/executor/execCurrent.c | |
parent | 4eb5089e26848ecb71f9e15086e4064597108564 (diff) | |
download | postgresql-3354f85284dc5439c25b57e002e62a88490aca1e.tar.gz postgresql-3354f85284dc5439c25b57e002e62a88490aca1e.zip |
Consolidate postmaster code to launch background processes
Much of the code in process_pm_child_exit() to launch replacement
processes when one exits or when progressing to next postmaster state
was unnecessary, because the ServerLoop will launch any missing
background processes anyway. Remove the redundant code and let
ServerLoop handle it.
In ServerLoop, move the code to launch all the processes to a new
subroutine, to group it all together.
Reviewed-by: Thomas Munro <thomas.munro@gmail.com>
Discussion: https://www.postgresql.org/message-id/8f2118b9-79e3-4af7-b2c9-bd5818193ca4@iki.fi
Diffstat (limited to 'src/backend/executor/execCurrent.c')
0 files changed, 0 insertions, 0 deletions