Re: Server process exited with unexpected status 128.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Server process exited with unexpected status 128.
Дата
Msg-id 28493.1127746877@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Server process exited with unexpected status 128.  ("Dave Page" <dpage@vale-housing.co.uk>)
Ответы Re: Server process exited with unexpected status 128.  (Thomas Hallgren <thhal@mailblocks.com>)
Список pgsql-hackers
"Dave Page" <dpage@vale-housing.co.uk> writes:
>> [mailto:pgsql-hackers-owner@postgresql.org] On Behalf Of Tom Lane
>>> max_stack_depth = 65536                 # min 100, size in KB
>> 
>> Hmm, maybe this is the problem.  Are we sure Windows will 
>> allow a 64M stack?

> Looks like we used 4MB in the backend by default:
> http://archives.postgresql.org/pgsql-committers/2005-01/msg00386.php

D'oh.  Well, at the very least we have a documentation issue here.

Is it sensible to try to prevent people from raising the GUC variable
higher than the platform will allow?  It seems we can know the limit on
Windows, but on most other platforms I don't think there's any good way
to find it out.  (Which is why max_stack_depth is a SUSET variable ---
you're assumed to know what you are doing if you change it.)
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: "Dave Page"
Дата:
Сообщение: Re: Server process exited with unexpected status 128.
Следующее
От: Greg Stark
Дата:
Сообщение: Re: roundoff problem in time datatype