postgresql/src/backend/postmaster
Heikki Linnakangas eb21f5bc67 Remove redundant SetProcessingMode(InitProcessing) calls
After several refactoring iterations, auxiliary processes are no
longer initialized from the bootstrapper. Using the InitProcessing
mode for initializing auxiliary processes is more appropriate. Since
the global variable Mode is initialized to InitProcessing, we can just
remove the redundant calls of SetProcessingMode(InitProcessing).

Author: Xing Guo <higuoxing@gmail.com>
Discussion: https://www.postgresql.org/message-id/CACpMh%2BDBHVT4xPGimzvex%3DwMdMLQEu9PYhT%2BkwwD2x2nu9dU_Q%40mail.gmail.com
2024-07-02 20:14:40 +03:00
..
autovacuum.c Remove redundant SetProcessingMode(InitProcessing) calls 2024-07-02 20:14:40 +03:00
auxprocess.c Remove redundant SetProcessingMode(InitProcessing) calls 2024-07-02 20:14:40 +03:00
bgworker.c Remove redundant SetProcessingMode(InitProcessing) calls 2024-07-02 20:14:40 +03:00
bgwriter.c Refactor postmaster child process launching 2024-03-18 11:35:30 +02:00
checkpointer.c Fix bugs in MultiXact truncation 2024-06-26 23:02:06 +03:00
fork_process.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
interrupt.c Centralize logic for restoring errno in signal handlers. 2024-02-14 16:34:18 -06:00
launch_backend.c Improve some global variable declarations 2024-07-02 07:26:22 +02:00
Makefile Move some functions from postmaster.c to a new source file 2024-03-18 11:35:05 +02:00
meson.build Move some functions from postmaster.c to a new source file 2024-03-18 11:35:05 +02:00
pgarch.c A few follow-up fixes for GUC name quoting 2024-05-17 13:48:31 +02:00
postmaster.c Move bgworker specific logic to bgworker.c 2024-07-02 20:12:05 +03:00
startup.c Refactor postmaster child process launching 2024-03-18 11:35:30 +02:00
syslogger.c Improve some global variable declarations 2024-07-02 07:26:22 +02:00
walsummarizer.c pgindent, because I forgot to do that. 2024-06-28 10:51:05 -04:00
walwriter.c Refactor postmaster child process launching 2024-03-18 11:35:30 +02:00