bpalmer <bpalmer(at)crimelabs(dot)net> writes:
> ! psql: Backend startup failed
> Any ideas where to look for this one?
In the postmaster: the fork() to launch a backend is failing. There
should be a more detailed message in the postmaster's stderr log,
but almost certainly it's a resource-exhaustion issue. Does your
kernel enforce a per-userid limit on the number of processes, for
example?
regards, tom lane
In response to
Responses
pgsql-hackers by date
| Next: | From: bpalmer | Date: 2001-01-06 23:09:28 |
| Subject: Re: CVS regression test failure on OBSD |
| Previous: | From: bpalmer | Date: 2001-01-06 21:47:28 |
| Subject: CVS regression test failure on OBSD |