mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Set MaxBackends only on bootstrap and standalone modes
... not on auxiliary processes. I managed to overlook the fact that I had disabled assertions on my HEAD checkout long ago. Hopefully this will turn the buildfarm green again, and put an end to today's silliness.
This commit is contained in:
@ -453,8 +453,6 @@ InitializeMaxBackends(void)
|
||||
void
|
||||
BaseInit(void)
|
||||
{
|
||||
InitializeMaxBackends();
|
||||
|
||||
/*
|
||||
* Attach to shared memory and semaphores, and initialize our
|
||||
* input/output/debugging file descriptors.
|
||||
|
Reference in New Issue
Block a user