Re: long sql "in" clause crashes server process (8.0 Release)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: long sql "in" clause crashes server process (8.0 Release)
Дата
Msg-id 24048.1106595245@sss.pgh.pa.us
обсуждение исходный текст
Ответ на long sql "in" clause crashes server process (8.0 Release)  ("Harald Massa" <ghum@gmx.net>)
Список pgsql-hackers-win32
"Harald Massa" <ghum@gmx.net> writes:
> I issue the following SQL:
> delete from bcachekunde where id_p in (1,2,3,4,6,10,12,13,14,16, [....10740
> more ids...] 90041492, 90721705)
> with the result:
> 2005-01-24 11:35:04 LOG:  server process (PID 3776) exited with unexpected
> status 128

Anyone know what status 128 might mean on Windows?

On my non-Windows machine this works fine, but increasing the number of
ID values to 17000 or so causes

ERROR:  stack depth limit exceeded
HINT:  Increase the configuration parameter "max_stack_depth".

I'm suspicious that either the stack depth detection code doesn't work
at all on Windows, or the default setting of max_stack_depth is in fact
more than the default physical stack size on Windows.  Can anyone check?

            regards, tom lane

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

Предыдущее
От: "Matthew T. O'Connor"
Дата:
Сообщение: Re: pg_autovacuum does not start on system
Следующее
От: "Merlin Moncure"
Дата:
Сообщение: Re: long sql "in" clause crashes server process (8.0 Release)