postgresql/src/include/postmaster
Heikki Linnakangas 388491f1e5 Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND mode
The BackgroundWorker struct is now passed the same way as the Port
struct. Seems more consistent.

This makes it possible to move InitProcess later in SubPostmasterMain
(in next commit), as we no longer need to access shared memory to read
background worker entry.

Reviewed-by: Tristan Partin, Andres Freund, Alexander Lakhin
Discussion: https://www.postgresql.org/message-id/7a59b073-5b5b-151e-7ed3-8b01ff7ce9ef@iki.fi
2023-12-03 16:38:54 +02:00
..
autovacuum.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
auxprocess.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
bgworker.h Add trailing commas to enum definitions 2023-10-26 09:20:54 +02:00
bgworker_internals.h Pass BackgroundWorker entry in the parameter file in EXEC_BACKEND mode 2023-12-03 16:38:54 +02:00
bgwriter.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
fork_process.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
interrupt.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
pgarch.h Redesign archive modules 2023-02-17 14:26:42 +09:00
postmaster.h Add new GUC reserved_connections. 2023-01-20 15:39:13 -05:00
startup.h Disable STARTUP_PROGRESS_TIMEOUT in standby mode. 2023-02-06 10:51:08 -05:00
syslogger.h Update copyright for 2023 2023-01-02 15:00:37 -05:00
walwriter.h Fix wal_writer_flush_after initializer value. 2023-05-15 11:19:54 +12:00