Re: sidewinder has one failure
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.general |
|---|---|
| Message-ID | <[email protected]> |
=?UTF-8?Q?Mikael_Kjellstr=c3=b6m?= <[email protected]> writes: > I tried starting it from cron and then I got: > max_safe_fds = 981, usable_fds = 1000, already_open = 9 Oh! There we have it then. I wonder if that's a cron bug (neglecting to close its own FDs before forking children) or intentional (maybe it uses those FDs to keep tabs on the children?). regards, tom lane