mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Fix IsUnderPostmaster/EXEC_BACKEND confusion
This commit is contained in:
@ -359,6 +359,10 @@ AuxiliaryProcessMain(int argc, char *argv[])
|
||||
SetProcessingMode(BootstrapProcessing);
|
||||
IgnoreSystemIndexes = true;
|
||||
|
||||
/* Initialize MaxBackends (if under postmaster, was done already) */
|
||||
if (!IsUnderPostmaster)
|
||||
InitializeMaxBackends();
|
||||
|
||||
BaseInit();
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user