mirror of
https://github.com/postgres/postgres.git
synced 2025-06-29 10:41:53 +03:00
Fix IsUnderPostmaster/EXEC_BACKEND confusion
This commit is contained in:
@ -3654,10 +3654,8 @@ PostgresMain(int argc, char *argv[], const char *username)
|
||||
*/
|
||||
CreateDataDirLockFile(false);
|
||||
|
||||
/* In EXEC_BACKEND, this was set via BackendParameters */
|
||||
#ifndef EXEC_BACKEND
|
||||
/* Initialize MaxBackends (if under postmaster, was done already) */
|
||||
InitializeMaxBackends();
|
||||
#endif
|
||||
}
|
||||
|
||||
/* Early initialization */
|
||||
|
Reference in New Issue
Block a user