mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
process startup: Move AuxiliaryProcessMain into its own file.
After the preceding commits the auxprocess code is independent from bootstrap.c - so a dedicated file seems less confusing. Author: Andres Freund <andres@anarazel.de> Reviewed-By: Kyotaro Horiguchi <horikyota.ntt@gmail.com> Reviewed-By: Robert Haas <robertmhaas@gmail.com> Discussion: https://postgr.es/m/20210802164124.ufo5buo4apl6yuvs@alap3.anarazel.de
This commit is contained in:
@ -421,7 +421,7 @@ extern ProcessingMode Mode;
|
||||
/*
|
||||
* Auxiliary-process type identifiers. These used to be in bootstrap.h
|
||||
* but it seems saner to have them here, with the ProcessingMode stuff.
|
||||
* The MyAuxProcType global is defined and set in bootstrap.c.
|
||||
* The MyAuxProcType global is defined and set in auxprocess.c.
|
||||
*/
|
||||
|
||||
typedef enum
|
||||
|
Reference in New Issue
Block a user