Re: exit status 26
| От | Tom Lane |
|---|---|
| Тема | Re: exit status 26 |
| Дата | |
| Msg-id | 14791.979276397@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | Re: exit status 26 (Dan Moschuk <dan@freebsd.org>) |
| Ответы |
Re: exit status 26
|
| Список | pgsql-general |
Dan Moschuk <dan@freebsd.org> writes:
> | > Can someone tell me what a postmaster process exiting with status = 26
> | > means? FWIW, I'm doing a COPY table FROM stdin with about 14 million
> | > records to trigger this.
> |
> | That means it got a signal 26.
> Oh, sorry, for some reason I thought status = exit code.
Postgres doesn't use exit codes higher than 2, so I'm supposing that the
reported code must be a signal code.
> Signal 26 on FreeBSD is SIGVTARLM.
We don't ever set a virtual timer alarm, either. Is it possible that
you are running the postmaster with a ulimit-style limit on total
process runtime?
regards, tom lane
В списке pgsql-general по дате отправления: