Make sure MaxBackends is always set
Alvaro Herrera <alvherre@alvh.no-ip.org>
Make sure MaxBackends is always set Auxiliary and bootstrap processes weren't getting it, causing initdb to fail completely.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/postmaster.c | modified | +2 −6 |
| src/backend/utils/init/postinit.c | modified | +22 −0 |
| src/include/miscadmin.h | modified | +1 −0 |